]> wimlib.net Git - wimlib/blobdiff - src/update_image.c
s/NTFS-3g/NTFS-3G/g
[wimlib] / src / update_image.c
index 8551b5f639200cbac21cf3b9ca0080909ef85f23..fb5356338b7e174dfbc578b16c671c236ff75724 100644 (file)
@@ -1213,7 +1213,7 @@ check_add_command(struct wimlib_update_command *cmd,
 
 #ifndef WITH_NTFS_3G
        if (add_flags & WIMLIB_ADD_FLAG_NTFS) {
-               ERROR("NTFS-3g capture mode is unsupported because wimlib "
+               ERROR("NTFS-3G capture mode is unsupported because wimlib "
                      "was compiled --without-ntfs-3g");
                return WIMLIB_ERR_UNSUPPORTED;
        }