diff options
author | Leah Rowe <info@minifree.org> | 2018-08-08 14:53:32 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-08-08 14:53:32 +0000 |
commit | 1dce9f4758c93938fdb91a8d1af7d76b03c5a422 (patch) | |
tree | 057fcabef1f811ba0ba91528bce7a35ff352b009 /projects | |
parent | beafcde718ae0a707fd1517df2f57b6a34510bf5 (diff) | |
parent | 3b81d26a3c06dca7427cb99c348f3b34005dbac6 (diff) | |
download | librebootfr-1dce9f4758c93938fdb91a8d1af7d76b03c5a422.tar.gz librebootfr-1dce9f4758c93938fdb91a8d1af7d76b03c5a422.zip |
Merge branch 'master' of valo/libreboot into master
Diffstat (limited to 'projects')
-rw-r--r-- | projects/depthcharge/patches/0003-vboot-Display-callbacks-for-all-screens.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/depthcharge/patches/0003-vboot-Display-callbacks-for-all-screens.patch b/projects/depthcharge/patches/0003-vboot-Display-callbacks-for-all-screens.patch index 51594b34..e2e7a0da 100644 --- a/projects/depthcharge/patches/0003-vboot-Display-callbacks-for-all-screens.patch +++ b/projects/depthcharge/patches/0003-vboot-Display-callbacks-for-all-screens.patch @@ -160,7 +160,7 @@ index bae8043..b4e9958 100644 + + if (screen_type == VB_SCREEN_RECOVERY_NO_GOOD) + print_on_center( -+ "Invalid recovery media, please instert a " ++ "Invalid recovery media, please insert a " + "valid one."); + else + print_on_center( |