diff options
author | Gokturk Yuksek <gokturk@binghamton.edu> | 2015-12-09 20:10:57 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-19 16:22:34 -0600 |
commit | 1cb7eec31f37db0de11a4b39939fd3fbe17c1e24 (patch) | |
tree | 9dafc752099585f24a817b3f1129bfc93ad7566e /conf.d | |
parent | cd7883d25d0a9321b68df1c1e6ad9662306fa9e7 (diff) |
conf.d/bootmisc: typo fix: s/dmesc/dmesg/
This fixes #72.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/bootmisc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/bootmisc b/conf.d/bootmisc index 53712097..dd5b08e0 100644 --- a/conf.d/bootmisc +++ b/conf.d/bootmisc @@ -9,7 +9,7 @@ wipe_tmp="YES" # This may be useful if you need the kernel boot log afterwards log_dmesg="YES" -# Save the previous dmesg log to dmesc.old +# Save the previous dmesg log to dmesg.old # This may be useful if you need to compare the current boot to the # previous one. #previous_dmesg=no |