diff options
Diffstat (limited to 'src/interfaces/libpq/win32.c')
-rw-r--r-- | src/interfaces/libpq/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c index 2e79818b5c9..92e1c9ba981 100644 --- a/src/interfaces/libpq/win32.c +++ b/src/interfaces/libpq/win32.c @@ -277,7 +277,7 @@ struct MessageDLL * to find it in the lookup table, and if that fails, tries * to load any of the winsock dlls to find that message. * The DLL thing works from Nt4 (spX ?) up, but some special - * versions of winsock might have this aswell (seen on Win98 SE + * versions of winsock might have this as well (seen on Win98 SE * special install) / Magnus Naeslund (mag@fbab.net) * */ |