Fixed typos in comments throughout the project.

This commit is contained in:
Nick van der Ploeg
2015-12-07 12:15:52 -06:00
parent 40d72d2244
commit 42b4b02df3
10 changed files with 12 additions and 12 deletions

View File

@@ -1315,7 +1315,7 @@ extension String {
allowedCharacters: NSCharacterSet
) -> String? {
// FIXME: the documentation states that this method can return nil if the
// transformation is not possible, without going into futher details. The
// transformation is not possible, without going into further details. The
// implementation can only return nil if malloc() returns nil, so in
// practice this is not possible. Still, to be consistent with
// documentation, we declare the method as returning an optional String.