summaryrefslogtreecommitdiff
path: root/src/modules/m_setident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r--src/modules/m_setident.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp
index 79e168332..04b5c97c8 100644
--- a/src/modules/m_setident.cpp
+++ b/src/modules/m_setident.cpp
@@ -65,7 +65,7 @@ class ModuleSetIdent : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Provides support for the SETIDENT command", VF_VENDOR);
+ return Version("Provides the SETIDENT command", VF_VENDOR);
}
};