diff options
-rw-r--r-- | plugins/Ping/src/ping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp index c179d52a12..73a143fbc3 100644 --- a/plugins/Ping/src/ping.cpp +++ b/plugins/Ping/src/ping.cpp @@ -144,7 +144,7 @@ extern "C" __declspec(dllexport) int Load(void) LoadOptions();
- SkinAddNewSound("PingTimeout", "Ping Timout", 0);
+ SkinAddNewSound("PingTimeout", "Ping Timeout", 0);
SkinAddNewSound("PingReply", "Ping Reply", 0);
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
|