commit | 05272427f30dfa175bf9e5239e68041a15c6fc7c | [log] [tgz] |
---|---|---|
author | Mohammad Hasan Keramat J <ikeramat@protonmail.com> | Fri Nov 19 20:22:30 2021 +0330 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Mar 12 21:29:47 2022 +0200 |
tree | db107873935d51a6c3824d9dc3cc31990bdda972 | |
parent | 09d57c8f0e74645f526a0f5c35b69fed0b590309 [diff] [blame] |
recovery.cpp: Fix typo when unmounting system Signed-off-by: Mohammad Hasan Keramat J <ikeramat@protonmail.com> Change-Id: I86c245c1e624bea045eac25657af02b45cd1d605
diff --git a/recovery.cpp b/recovery.cpp index a96b9de..a2c5682 100644 --- a/recovery.cpp +++ b/recovery.cpp
@@ -621,7 +621,7 @@ } } else { if (umount("/mnt/system") != -1) { - ui->Print("Unounted /mnt/system.\n"); + ui->Print("Unmounted /mnt/system.\n"); mounted = false; } }