]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-mount
Fix some typos
[wimlib] / tests / test-imagex-mount
index 8a07325ab0cc746387b360f2aeba88409a61d3fe..3c050d7fe0e8fe61eae31dc92df192cef85263ab 100755 (executable)
@@ -128,7 +128,7 @@ if ! wimmountrw dir.wim dir tmp.mnt; then
        error "Failed to re-mount test WIM read-write"
 fi
 if ! imagex_unmount tmp.mnt --commit --check; then
-       error "Failed to unmount read-write mounted WIM with changes commited (no changes made)"
+       error "Failed to unmount read-write mounted WIM with changes committed (no changes made)"
 fi
 echo "Testing removing file from mounted WIM"
 if ! wimmountrw dir.wim dir tmp.mnt; then