diff options
author | miguel@hegel.(none) <> | 2003-06-19 12:09:32 -0400 |
---|---|---|
committer | miguel@hegel.(none) <> | 2003-06-19 12:09:32 -0400 |
commit | 169fe2abe3ba1ab3bc427ea91e92b60ff223b903 (patch) | |
tree | 158f4e550add90b5a7d02409a9b4be3432374232 /sql/nt_servc.cc | |
parent | a05ccddd9ad22ebb72edaaf0a0811ec35955e594 (diff) | |
download | mariadb-git-169fe2abe3ba1ab3bc427ea91e92b60ff223b903.tar.gz |
Fix error msg. Bug #681
Diffstat (limited to 'sql/nt_servc.cc')
-rw-r--r-- | sql/nt_servc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/nt_servc.cc b/sql/nt_servc.cc index b917c91ce15..b18d3d00d88 100644 --- a/sql/nt_servc.cc +++ b/sql/nt_servc.cc @@ -462,7 +462,7 @@ BOOL NTService::SeekStatus(LPCSTR szInternName, int OperationType) { /* a remove operation */ if (!(service = OpenService(scm,szInternName, SERVICE_ALL_ACCESS ))) - printf("The service doesn't exists!\n"); + printf("The service doesn't exist!\n"); else { SERVICE_STATUS ss; |