Author: Rogério Theodoro de Brito Description: Fix spelling errors in binaries --- a/preferences.c +++ b/preferences.c @@ -1532,7 +1532,7 @@ "The values include the borders: 0-100 will read 101 sectors.\n\n" "Note: Limiting the reading range is not recommended for adaptive reading since it might " - "prevent sectors from being read which are required for a succesful error correction.\n\n" + "prevent sectors from being read which are required for a successful error correction.\n\n" "These settings are only effective for the current session and will not be saved.")); /*** Image recognization */ @@ -1902,7 +1902,7 @@ "0x20 This is the recommended mode. " "The drive tries to apply " "the built-in error correction to the best possible extent " - "before transfering a defective sector.\n\n" + "before transferring a defective sector.\n\n" "0x21 In this mode the drive skips the last stage " "of its internal error correction and returns the " "uncorrected sector instead. This may result in sectors " --- a/rs01-fix.c +++ b/rs01-fix.c @@ -246,7 +246,7 @@ if(Closure->guiMode) { int answer = ModalDialog(GTK_MESSAGE_QUESTION, GTK_BUTTONS_OK_CANCEL, NULL, _("The image file is %d bytes longer than noted\n" - "in the ecc file. Shall the superflous bytes\n" + "in the ecc file. Shall the superfluous bytes\n" "be removed from the image file?\n"), difference);