renamed report rejection reason.

This commit is contained in:
kay.one 2013-03-06 12:30:53 -08:00
commit db37d020f4
25 changed files with 63 additions and 81 deletions

View file

@ -116,7 +116,7 @@ namespace NzbDrone.Core.RootFolders
}
catch (Exception ex)
{
Logger.WarnException("Error getting fromm space for: " + pathRoot, ex);
Logger.WarnException("Error getting disk space for: " + pathRoot, ex);
}
}
}