summaryrefslogtreecommitdiff
path: root/src/modules/m_xline_db.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2012-05-25 19:40:38 +0100
committerPeter Powell <petpow@saberuk.com>2012-05-25 19:40:38 +0100
commit70501004436bb9de15b845e865054e2ca7004f5f (patch)
tree94f82a74d08cb45651c1c54db6231c7482d6b0b6 /src/modules/m_xline_db.cpp
parent13f0d6735fbf6893463d6a55eb7af2a8c029c96c (diff)
Debian typo fixes.
Diffstat (limited to 'src/modules/m_xline_db.cpp')
-rw-r--r--src/modules/m_xline_db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp
index 18f1e2ce2..365602b7e 100644
--- a/src/modules/m_xline_db.cpp
+++ b/src/modules/m_xline_db.cpp
@@ -246,7 +246,7 @@ class ModuleXLineDB : public Module
virtual Version GetVersion()
{
- return Version("Keeps a dynamic log of all XLines created, and stores them in a seperate conf file (xline.db).", VF_VENDOR);
+ return Version("Keeps a dynamic log of all XLines created, and stores them in a separate conf file (xline.db).", VF_VENDOR);
}
};