diff options
| author | 2017-01-15 05:19:24 -0500 | |
|---|---|---|
| committer | 2017-01-15 05:19:24 -0500 | |
| commit | 3ca863ae0b19ce9ceb30544720193765186e3de6 (patch) | |
| tree | ecda48f1163122530f94e777f14e63220312693f /src/modules/system | |
| parent | Fix typo of incorrect operator usage (diff) | |
| download | KVIrc-3ca863ae0b19ce9ceb30544720193765186e3de6.tar.gz KVIrc-3ca863ae0b19ce9ceb30544720193765186e3de6.tar.bz2 KVIrc-3ca863ae0b19ce9ceb30544720193765186e3de6.zip | |
OS X is dead, long live macOS
Diffstat (limited to 'src/modules/system')
| -rw-r--r-- | src/modules/system/libkvisystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 0b370b953..3f7402508 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -70,7 +70,7 @@ PluginManager * g_pPluginManager; @syntax: <string> $system.ostype() @description: - Returns the current type of operating system: UNIX, OS X or Windows.[br] + Returns the current type of operating system: UNIX, macOS or Windows.[br] */ static bool system_kvs_fnc_ostype(KviKvsModuleFunctionCall * c) |
