diff options
author | miguel@hegel.(none) <> | 2003-06-19 12:17:23 -0400 |
---|---|---|
committer | miguel@hegel.(none) <> | 2003-06-19 12:17:23 -0400 |
commit | 354af955bc3b9a3b771eee77d08b4b2c0015470a (patch) | |
tree | e945a568fa8730c012ea1435882529d0a194f7ef /sql/nt_servc.cc | |
parent | 8ac294c9ac43a53bb548318608578af327c9fac6 (diff) | |
download | mariadb-git-354af955bc3b9a3b771eee77d08b4b2c0015470a.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 93bae6f444d..25fc010d9a5 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; |