[sysadmin-bin] Fix typo



commit 2e236a56d46c2c5bd86f507c2df31e68fd538f20
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Oct 24 08:44:18 2019 +0200

    Fix typo

 git/post-receive-mirror-github | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git/post-receive-mirror-github b/git/post-receive-mirror-github
index e3ba372..1b4b2e2 100755
--- a/git/post-receive-mirror-github
+++ b/git/post-receive-mirror-github
@@ -221,7 +221,7 @@ STDOUT: {}
 STDERR: {}
 
 Command: {}
-""".format(organiation, name, out.read(), err.read(), command)
+""".format(organization, name, out.read(), err.read(), command)
                 raise Exception(error_msg)
 
     if default_branch != 'mainline':
@@ -249,7 +249,7 @@ STDOUT: {}
 STDERR: {}
 
 Command: {}
-""".format(organiation, name, out.read(), err.read(), command)
+""".format(organization, name, out.read(), err.read(), command)
                 raise Exception(error_msg)
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]