X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-quiltimport.sh;h=a7a6757dd8a3e0ff2635537a83591169c259986f;hb=cfabd6eee1745cfec58cfcb794ce8847e43b888a;hp=018cc75bd032fd337b559c14b85f51f0418447ff;hpb=edb4fd79ec34254fc4a1c35e8834df4c92cb3bfd;p=git.git diff --git a/git-quiltimport.sh b/git-quiltimport.sh index 018cc75bd..a7a6757dd 100755 --- a/git-quiltimport.sh +++ b/git-quiltimport.sh @@ -74,7 +74,7 @@ for patch_name in $(cat "$QUILT_PATCHES/series" | grep -v '^#'); do echo $patch_name (cat $QUILT_PATCHES/$patch_name | git-mailinfo "$tmp_msg" "$tmp_patch" > "$tmp_info") || exit 3 test -s .dotest/patch || { - echo "Patch is empty. Was is split wrong?" + echo "Patch is empty. Was it split wrong?" exit 1 }