diff options
Diffstat (limited to 'ldap/libraries/libutil/ntevent.c')
-rw-r--r-- | ldap/libraries/libutil/ntevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/libraries/libutil/ntevent.c b/ldap/libraries/libutil/ntevent.c index 2240936a..bb272523 100644 --- a/ldap/libraries/libutil/ntevent.c +++ b/ldap/libraries/libutil/ntevent.c @@ -104,7 +104,7 @@ MultipleInstances() result = GetLastError(); if (result == ERROR_INVALID_HANDLE) { - PR_snprintf(ErrMsg, sizeof(ErrMsg), "Netscape Server %s is already" + PR_snprintf(ErrMsg, sizeof(ErrMsg), "Server %s is already" " running. Terminating this instance.", pszServerName); MessageBox(GetDesktopWindow(), ErrMsg, |