From 373d151666da7201453412e5a3f03db345c512aa Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 19 Feb 2001 08:36:41 +0000 Subject: More typos. libwinsound.tex typo noted by Peter Funk (thanks!). --- PC/winsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PC/winsound.c') diff --git a/PC/winsound.c b/PC/winsound.c index de80a9f317..b3b1baef5a 100644 --- a/PC/winsound.c +++ b/PC/winsound.c @@ -129,7 +129,7 @@ sound_beep(PyObject *self, PyObject *args) * particular port addresses and running at particular clock speeds, * and the poor sound card folks have been forced to emulate that in * all particulars ever since. But NT and 2000 don't support port - * manipulation, Don't know about WinME; guessing it's like 98. + * manipulation. Don't know about WinME; guessing it's like 98. */ if (whichOS == WinNT2000) { -- cgit v1.2.1