Fix misspellings in swift

Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: I6594fc4ca5ae10bd30eac8a2f2493a376adcadee
Closes-Bug: #1257295
This commit is contained in:
Shane Wang
2014-02-07 16:06:12 +08:00
parent 9e9c0956bc
commit a94be9443d
11 changed files with 16 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ def get_devices(device_dir, logger):
def get_errors(error_re, log_file_pattern, minutes):
# Assuming log rotation is being used, we need to examine
# recently rotated files in case the rotation occured
# recently rotated files in case the rotation occurred
# just before the script is being run - the data we are
# looking for may have rotated.
#