ostree-grub-generator: fix typo in comment

Closes: #1398
Approved by: jlebon
This commit is contained in:
Will Thompson 2018-01-09 11:51:04 +00:00 committed by Atomic Bot
parent 353fb175c6
commit 9fe6ddbaef
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# To use a custrom script for generating grub.cfg, set the --with-grub2-mkconfig=no # To use a custom script for generating grub.cfg, set the --with-grub2-mkconfig=no
# configure switch when configuring and building OSTree. # configure switch when configuring and building OSTree.
# #
# This script is called by ostree/src/libostree/ostree-bootloader-grub2.c whenever # This script is called by ostree/src/libostree/ostree-bootloader-grub2.c whenever