Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply Debian patch for typo fix in log message
  • Loading branch information
cim-- committed Sep 6, 2015
1 parent a439f3d commit 3693119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/OOCacheManager.m
Expand Up @@ -181,7 +181,7 @@ - (id)objectForKey:(NSString *)inKey inCache:(NSString *)inCacheKey
}
else
{
OODebugLog(kOOLogDataCacheRetrieveFailed, @"Failed to retreive \"%@\" cache object %@ -- no such cache.", inCacheKey, inKey);
OODebugLog(kOOLogDataCacheRetrieveFailed, @"Failed to retrieve \"%@\" cache object %@ -- no such cache.", inCacheKey, inKey);
}

return result;
Expand Down

0 comments on commit 3693119

Please sign in to comment.