Skip to content

Commit cdf3339

Browse files
committed
bootctl: fix typo
Follow-up for bbeeea4.
1 parent 3180c4d commit cdf3339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootctl/bootctl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static int print_loader_or_stub_path(void) {
215215

216216
bool 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

Comments
 (0)