diff options
author | topfs2 <topfs2@svn> | 2010-11-23 01:43:31 +0000 |
---|---|---|
committer | topfs2 <topfs2@svn> | 2010-11-23 01:43:31 +0000 |
commit | 134eddbec975f7f1d76254f94a560114315a81d1 (patch) | |
tree | bfeb0f8e6735fbb5a92d91958c595df099497fa8 | |
parent | 946b170be3a180986824340d79978d0a33447061 (diff) |
Fixed: Bad spelling. See it helps being in a native english country for a while
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35423 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/lib/libjsonrpc/JSONRPC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/lib/libjsonrpc/JSONRPC.cpp b/xbmc/lib/libjsonrpc/JSONRPC.cpp index cbb9f89473..e95a244c6c 100644 --- a/xbmc/lib/libjsonrpc/JSONRPC.cpp +++ b/xbmc/lib/libjsonrpc/JSONRPC.cpp @@ -411,7 +411,7 @@ inline const char *CJSONRPC::PermissionToString(const OperationPermission &permi case ScanLibrary: return "ScanLibrary"; default: - return "Unkown"; + return "Unknown"; } } @@ -430,7 +430,7 @@ inline const char *CJSONRPC::AnnouncementFlagToString(const EAnnouncementFlag &a case Other: return "Other"; default: - return "Unkown"; + return "Unknown"; } } |