Couple of typo fixes, ignore testsuite/check
authorJelmer Vernooij <jelmer@samba.org>
Fri, 16 Jun 2006 13:20:42 +0000 (15:20 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 16 Jun 2006 13:20:42 +0000 (15:20 +0200)
.bzrignore
NEWS
UPGRADING
mods/listener.c

index 684056abc6c22d8f6879f4c5ec494e6853e005ab..a147de4507885e95859b3987041a30f701bc6fec 100644 (file)
@@ -54,3 +54,4 @@ debian/files
 debian/*.substvars
 doc/user-guide
 *.d
 debian/*.substvars
 doc/user-guide
 *.d
+testsuite/check
diff --git a/NEWS b/NEWS
index b4ee8c13c57a9f169c9d8b3bc4d5d3f24981597c..4826822984d70a50f10a7015998661aa3e060643 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -91,4 +91,4 @@ Ctrlproxy 3.0 UNRELEASED
 
        * Add ability to change NICK when away.
 
 
        * Add ability to change NICK when away.
 
-       * Add help support in admin module (Daniel Poelzleithner)
+       * Add help support in admin module (Daniel Poelzleithner).
index 54941f93ca9e6a90ebf43ae9004e6d427085b258..caabcf8b82a933a528d8a312f8a8146990ad89bd 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -3,5 +3,5 @@ Information for users upgrading from 2.6 or 2.7-preXX:
 
 The configuration is now maintained as a set of flat-text files in 
 ~/.ctrlproxy/. Any existing configuration files can be upgraded by 
 
 The configuration is now maintained as a set of flat-text files in 
 ~/.ctrlproxy/. Any existing configuration files can be upgraded by 
-running the upgrade utility avaiable in the directory 'scripts' in 
+running the upgrade utility available in the directory 'scripts' in 
 the source tarball.
 the source tarball.
index a6bb8716015d9523a055bbfbff06be80d1da72e2..0b95fe395316ca77098824fb47514ed755eac811 100644 (file)
@@ -203,7 +203,7 @@ gboolean start_listener(struct listener *l)
 
 gboolean stop_listener(struct listener *l)
 {
 
 gboolean stop_listener(struct listener *l)
 {
-       log_global ( "listener", LOG_INFO, "Stopping listener at %s:%s", l->address?l->address:"", l->port);
+       log_global ( "listener", LOG_INFO, "Stopped listening at %s:%s", l->address?l->address:"", l->port);
        g_source_remove(l->incoming_id);
        return TRUE;
 }
        g_source_remove(l->incoming_id);
        return TRUE;
 }