diff options
Diffstat (limited to 'macosx/HBLanguagesSelection.m')
-rw-r--r-- | macosx/HBLanguagesSelection.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBLanguagesSelection.m b/macosx/HBLanguagesSelection.m index ba79e28bb..566d8266e 100644 --- a/macosx/HBLanguagesSelection.m +++ b/macosx/HBLanguagesSelection.m @@ -245,7 +245,7 @@ NSString *kHBLanguagesDragRowsType = @"kHBLanguagesDragRowsType"; NSUInteger i = [indexSet countOfIndexesInRange:NSMakeRange(0, row)]; - // Rearrage the objects. + // Rearrange the objects. [self moveObjectsInArrangedObjectsFromIndexes:indexSet toIndex:row]; // Update the selection. |