From ef02c621a637f49be5178143e3daab11fcdd51ad Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 2 Dec 2007 15:39:27 +0000 Subject: [PATCH] Spelling fixage git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@895 726aef4b-f618-498e-8847-2d620e286838 --- modules/autoattach.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index 0f234a16..e949b787 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -31,7 +31,7 @@ public: sChan = sArgs.Token(a++); } - // Load out saved settings, ignore errors + // Load our saved settings, ignore errors MCString::iterator it; for (it = BeginNV(); it != EndNV(); it++) { Add(it->first);