diff options
| author | 2015-12-09 11:58:53 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | 7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch) | |
| tree | a1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/mask | |
| parent | Merge pull request #1776 from TheReign/issue_1754_2 (diff) | |
| download | KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2 KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip | |
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/mask')
| -rw-r--r-- | src/modules/mask/libkvimask.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/mask/libkvimask.cpp b/src/modules/mask/libkvimask.cpp index 26648a90b..d5d856821 100644 --- a/src/modules/mask/libkvimask.cpp +++ b/src/modules/mask/libkvimask.cpp @@ -1,6 +1,6 @@ //============================================================================= // -// File : libkvistr.cpp +// File : libkvimask.cpp // Creation date : Thu Dec 27 2001 17:13:12 GMT by Szymon Stefanek // // This file is part of the KVIrc IRC client distribution @@ -34,7 +34,7 @@ @title: $mask.match @short: - Matches a mask agains a wildcarded one + Matches a mask against a wildcarded one @syntax: <boolean> $mask.match(<wildcard_mask:string>,<fixed_mask:string>) @description: @@ -148,7 +148,7 @@ static bool mask_kvs_fnc_host(KviKvsModuleFunctionCall * c) @syntax: <boolean> $mask.hasNumericHost(<mask: string>) @description: - Returns 1 if the hostname part of the mask is numeric (e.g: unresolved IPv4 or IPv6 address). + Returns 1 if the hostname part of the mask is numeric (e.g. unresolved IPv4 or IPv6 address). */ |
