diff options
Diffstat (limited to 'kmyfirewall/core/kmfcheckinput.h')
-rw-r--r-- | kmyfirewall/core/kmfcheckinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/core/kmfcheckinput.h b/kmyfirewall/core/kmfcheckinput.h index bc6ec1b..dede5b6 100644 --- a/kmyfirewall/core/kmfcheckinput.h +++ b/kmyfirewall/core/kmfcheckinput.h @@ -56,7 +56,7 @@ private: // functions /** Check if inp is a MAC address */ bool checkMAC( TQString inp ); - /** Check if inp is a net tqmask */ + /** Check if inp is a net mask */ bool checkNetMask ( TQString inp ); /** Check if inp is a network */ |