Fix typos

This commit is contained in:
topjohnwu
2024-03-31 14:17:25 -07:00
parent 2051836a73
commit 30bf5c8448
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ pub const LOGFILE: &str = "/cache/magisk.log";
// data paths
const SECURE_DIR: &str = "/data/adb";
pub const MODULEROOT: &str = concatcp!(SECURE_DIR, "modules");
pub const MODULEROOT: &str = concatcp!(SECURE_DIR, "/modules");
// tmpfs paths
const INTERNAL_DIR: &str = ".magisk";