[gardening] Fix recently introduced typo: "prposition" → "preposition"

This commit is contained in:
practicalswift
2016-02-11 19:12:49 +01:00
parent 5869d0499b
commit 7d67f58e1f

View File

@@ -969,7 +969,7 @@ static bool splitBaseNameAfterLastPreposition(
afterPreposition,
paramType);
// By default, put the prposition on the argument label.
// By default, put the preposition on the argument label.
bool prepositionOnArgLabel =
shouldPlacePrepositionOnArgLabel(beforePreposition, preposition,
afterPreposition);