diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:54:16 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:54:16 -0500 |
commit | 96de5110f39852cb995501e638af627502e2c90d (patch) | |
tree | 061d8299565da3a816daecbe9a554028caeee53a /src/kvilib/system/kvi_time.cpp | |
parent | c21c4a8f6edc6078e46f4beb2368129899c6cfe8 (diff) | |
download | kvirc-96de5110f39852cb995501e638af627502e2c90d.tar.gz kvirc-96de5110f39852cb995501e638af627502e2c90d.zip |
Remove unnecessary language.
Diffstat (limited to 'src/kvilib/system/kvi_time.cpp')
-rw-r--r-- | src/kvilib/system/kvi_time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/system/kvi_time.cpp b/src/kvilib/system/kvi_time.cpp index a61b3e76..b5ccbf3f 100644 --- a/src/kvilib/system/kvi_time.cpp +++ b/src/kvilib/system/kvi_time.cpp @@ -51,7 +51,7 @@ SYSTEMTIME st; GetSystemTime(&st); - // this is simply fucked up.. + // this is simply messed up.. // to minimize the possibility of wrapping we use also the day field. // we actually give something that is near the number of seconds from the beginning // of the current month... |