]> git.ipfire.org Git - thirdparty/git.git/blobdiff - perl/Git/SVN.pm
code and test: fix misuses of "nor"
[thirdparty/git.git] / perl / Git / SVN.pm
index 62f3293be4447b2c823d8bcbc6cc0e5dff240c98..a59564fb34fbedd4915da2afd7d4b8f1fd40bb49 100644 (file)
@@ -480,8 +480,8 @@ sub refname {
        # It cannot end with a slash /, we'll throw up on this because
        # SVN can't have directories with a slash in their name, either:
        if ($refname =~ m{/$}) {
-               die "ref: '$refname' ends with a trailing slash, this is ",
-                   "not permitted by git nor Subversion\n";
+               die "ref: '$refname' ends with a trailing slash; this is ",
+                   "not permitted by git or Subversion\n";
        }
 
        # It cannot have ASCII control character space, tilde ~, caret ^,