Commit:    112c303735a7687a5c8c6797dacdb0f5e4a4b74e
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 10 Jan 2019 
12:07:29 +0100
Parents:   af59da2d4147581abdbef971b2fb5caeb57de782
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=112c303735a7687a5c8c6797dacdb0f5e4a4b74e

Log:
Fix typo

Changed paths:
  M  bin/bumpRelease


Diff:
diff --git a/bin/bumpRelease b/bin/bumpRelease
index 4c50291..477a9a1 100755
--- a/bin/bumpRelease
+++ b/bin/bumpRelease
@@ -6,7 +6,7 @@ require "include/version.inc";
 require "include/releases.inc";
 
 if ($_SERVER['argc'] < 1) {
-       fwrite(STDERR, "Usgae: {$_SERVER['argv'][0]} major_version [ 
minor_version ]\n");
+       fwrite(STDERR, "Usage: {$_SERVER['argv'][0]} major_version [ 
minor_version ]\n");
        exit(1);
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to