[Cosmetics] more name fixes
authorronie <ronie>
Fri, 3 Jan 2014 23:01:26 +0000 (00:01 +0100)
committerronie <ronie>
Fri, 3 Jan 2014 23:01:26 +0000 (00:01 +0100)
tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp
xbmc/filesystem/SmbFile.cpp
xbmc/visualizations/Milkdrop/MilkdropXBMC.cpp
xbmc/visualizations/XBMCProjectM/Main.cpp

index 5e86b35..077914f 100644 (file)
@@ -22,7 +22,7 @@
 #include "stdafx.h"
 #include "Xbox360Controller.h"
 #include "../../lib/c++/xbmcclient.h"
-#pragma comment(lib, "wsock32.lib")      // needed for xmbclient.h?
+#pragma comment(lib, "wsock32.lib")      // needed for xbmclient.h?
 
 // You can have up to 4 xbox360 controllers on a system
 #define MAX_NUM_CONTROLLERS 4
index 5d6a621..77dec38 100644 (file)
@@ -575,7 +575,7 @@ int CSmbFile::Write(const void* lpBuf, int64_t uiBufSize)
   if (m_fd == -1) return -1;
   DWORD dwNumberOfBytesWritten = 0;
 
-  // lpBuf can be safely casted to void* since xmbc_write will only read from it.
+  // lpBuf can be safely casted to void* since xbmc_write will only read from it.
   smb.Init();
   CSingleLock lock(smb);
   dwNumberOfBytesWritten = smbc_write(m_fd, (void*)lpBuf, (DWORD)uiBufSize);
index 8470ce8..9b20f6d 100644 (file)
@@ -290,7 +290,7 @@ extern "C" ADDON_STATUS ADDON_SetSetting(const char* id, const void* value)
     }
     return ADDON_STATUS_OK;
   }
-  // It is now time to set the settings got from xmbc
+  // It is now time to set the settings got from xbmc
   if (strcmp(id, "Use Preset") == 0)
     OnAction(34, &value);
   else if (strcmp(id, "Automatic Blend Time") == 0)
index e3638bf..7b2ae06 100644 (file)
@@ -412,7 +412,7 @@ extern "C" ADDON_STATUS ADDON_SetSetting(const char* id, const void* value)
     }
     return ADDON_STATUS_OK;
   }
-  // It is now time to set the settings got from xmbc
+  // It is now time to set the settings got from xbmc
   if (strcmp(id, "quality")==0)
     ChooseQuality (*(int*)value);
   else if (strcmp(id, "shuffle")==0)