Skip to content

Commit

Permalink
typo (thanks sphere)
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-max committed Feb 24, 2012
1 parent 156010d commit 2a3ee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/interfaces/Builtins.cpp
Expand Up @@ -206,7 +206,7 @@ const BUILT_IN commands[] = {
{ "LCD.Resume", false, "Resumes LCDproc" },
#endif
{ "VideoLibrary.Search", false, "Brings up a search dialog which will search the library" },
{ "ReloadSources", false, "Reloads the sources.xml file },
{ "ReloadSources", false, "Reloads the sources.xml file" },
};

bool CBuiltins::HasCommand(const CStdString& execString)
Expand Down

0 comments on commit 2a3ee0a

Please sign in to comment.