@@ -215,7 +215,7 @@ static int print_loader_or_stub_path(void) {
215215
216216bool touch_variables (void ) {
217217 /* If we run in a container or on a non-EFI system, automatically turn off EFI file system access,
218- * unless explicitly overriden . */
218+ * unless explicitly overridden . */
219219
220220 if (arg_touch_variables >= 0 )
221221 return arg_touch_variables ;
@@ -388,7 +388,7 @@ static int parse_argv(int argc, char *argv[]) {
388388 { "print-stub-path" , no_argument , NULL , ARG_PRINT_STUB_PATH },
389389 { "print-root-device" , no_argument , NULL , 'R' },
390390 { "variables" , required_argument , NULL , ARG_VARIABLES },
391- { "no-variables" , no_argument , NULL , ARG_NO_VARIABLES }, /* Compability */
391+ { "no-variables" , no_argument , NULL , ARG_NO_VARIABLES }, /* Compatibility alias */
392392 { "random-seed" , required_argument , NULL , ARG_RANDOM_SEED },
393393 { "no-pager" , no_argument , NULL , ARG_NO_PAGER },
394394 { "graceful" , no_argument , NULL , ARG_GRACEFUL },
0 commit comments