diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-04 18:53:05 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-04 18:53:05 +0000 |
commit | 59c851e2f4bb85fb1b00f59903950703ac3c48bd (patch) | |
tree | 05f76287ae23729b1f5e1a1e34f4216a4d4c0bba | |
parent | 99f7c600278c2b01f9cfe2243000e3ffff13e0fc (diff) |
- Minor spelling fixes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1935 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | modules/m_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_info.c b/modules/m_info.c index f2c29a1..8e2515c 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -250,7 +250,7 @@ static const struct InfoStruct info_table[] = "hide_server_ips", OUTPUT_BOOLEAN_YN, &ConfigServerHide.hide_server_ips, - "Prevent people from seeing server IPs" + "Prevent people from seeing server IP addresses" }, { "gline_min_cidr", @@ -280,7 +280,7 @@ static const struct InfoStruct info_table[] = "hide_spoof_ips", OUTPUT_BOOLEAN_YN, &ConfigFileEntry.hide_spoof_ips, - "Hide spoofed IP's" + "Hide spoofed IP addresses" }, { "ignore_bogus_ts", |