diff options
| author | 2012-04-09 06:25:21 -0700 | |
|---|---|---|
| committer | 2012-04-09 06:25:21 -0700 | |
| commit | 0d35e68f5684b891dc75a9e39df0ee3ec3f36e58 (patch) | |
| tree | 79a3665cbf2b0a854dde6d8125a2712adeda3ee5 /src/modules | |
| parent | Merge pull request #21 from nenolod/insp20 (diff) | |
| parent | Typofix in m_ojoin (diff) | |
Merge pull request #26 from DjSlash/typofix-m_ojoin
Typofix in m_ojoin
Diffstat (limited to 'src/modules')
| -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); } }; |
