diff options
author | Rutger <djslash+github@djslash.org> | 2012-04-01 20:44:55 +0200 |
---|---|---|
committer | Rutger <djslash+github@djslash.org> | 2012-04-01 20:44:55 +0200 |
commit | da79d63f17846590b0937446ceb4508178aeb3ac (patch) | |
tree | 79a3665cbf2b0a854dde6d8125a2712adeda3ee5 | |
parent | e73e4be15485f545ff485d3d372b513dd28bf759 (diff) |
Typofix in m_ojoin
In m_ojoin 'business' was miss-spelled.
-rw-r--r-- | src/modules/m_ojoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ojoin.cpp b/src/modules/m_ojoin.cpp index bbe3f05bb..c326321b0 100644 --- a/src/modules/m_ojoin.cpp +++ b/src/modules/m_ojoin.cpp @@ -242,7 +242,7 @@ class ModuleOjoin : public Module Version GetVersion() { - return Version("Network Buisness Join", VF_VENDOR); + return Version("Network Business Join", VF_VENDOR); } }; |