summaryrefslogtreecommitdiff
path: root/sql/nt_servc.cc
diff options
context:
space:
mode:
authorunknown <miguel@hegel.(none)>2003-06-19 12:38:14 -0400
committerunknown <miguel@hegel.(none)>2003-06-19 12:38:14 -0400
commit332334e837331cecb5344e3cbd2c91dc3d0cbca9 (patch)
tree9c85c2c608221ff07e6b84ea8bbab6cd03e2117b /sql/nt_servc.cc
parent4eef86c60b0439eb612c2d3ab764c10f8e6cd0c1 (diff)
downloadmariadb-git-332334e837331cecb5344e3cbd2c91dc3d0cbca9.tar.gz
Fix error msg. Bug #681
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/nt_servc.cc')
-rw-r--r--sql/nt_servc.cc2
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;