diff --git a/Foundation/CPError.j b/Foundation/CPError.j index 4ac772d61..edc270514 100644 --- a/Foundation/CPError.j +++ b/Foundation/CPError.j @@ -99,8 +99,8 @@ var userInfo = @{CPLocalizedDescriptionKey: @"A localized error description", /*! By default this method returns the object in the user info dictionary for the key - NSLocalizedDescriptionKey. If the user info dictionary doesn’t contain a value for - NSLocalizedDescriptionKey, a default string is constructed from the domain and code. + CPLocalizedDescriptionKey. If the user info dictionary doesn’t contain a value for + CPLocalizedDescriptionKey, a default string is constructed from the domain and code. */ - (CPString)localizedDescription {