commit | 384e8ea499a76398f82d00f29ab3e557ee076516 | [log] [tgz] |
---|---|---|
author | Mohammad Hasan Keramat J <ikeramat@protonmail.com> | Fri Nov 19 20:22:30 2021 +0330 |
committer | Michael Bestas <mkbestas@lineageos.org> | Mon Aug 29 23:07:50 2022 +0300 |
tree | bf905f0a02ead5277091706047fefc8382325710 | |
parent | 7aa4c68b7ae0416ad27d881311f7c07a52bc6fc8 [diff] |
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 a6ea120..2b868cf 100644 --- a/recovery.cpp +++ b/recovery.cpp
@@ -620,7 +620,7 @@ } } else { if (umount("/mnt/system") != -1) { - ui->Print("Unounted /mnt/system.\n"); + ui->Print("Unmounted /mnt/system.\n"); mounted = false; } }