Skip to content

Commit

Permalink
fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tamland committed Oct 4, 2015
1 parent e8d3071 commit bc36b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/addons/AddonInstaller.cpp
Expand Up @@ -204,7 +204,7 @@ bool CAddonInstaller::InstallOrUpdate(const std::string &addonID, bool backgroun

void CAddonInstaller::Install(const std::string& addonId, const AddonVersion& version, const std::string& repoId)
{
CLog::Log(LOGDEBUG, "CAddonInstaller: intalling '%s' version '%s' from repository '%s'",
CLog::Log(LOGDEBUG, "CAddonInstaller: installing '%s' version '%s' from repository '%s'",
addonId.c_str(), version.asString().c_str(), repoId.c_str());

AddonPtr addon;
Expand Down

0 comments on commit bc36b26

Please sign in to comment.