Typo fixes in comments and variable names.
This commit is contained in:
parent
c3c20931a9
commit
cc85c3c340
39 changed files with 76 additions and 76 deletions
|
@ -231,7 +231,7 @@ grub_script_execute_menuentry (struct grub_script_cmd *cmd)
|
|||
return grub_errno;
|
||||
}
|
||||
|
||||
/* XXX: When this fails, the memory should be free'ed? */
|
||||
/* XXX: When this fails, the memory should be freed? */
|
||||
return grub_normal_menu_addentry (title, script,
|
||||
cmd_menuentry->sourcecode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue