[Python-modules-commits] [billiard] 02/13: Fix spelling error in upstream

Brian May bam at moszumanska.debian.org
Sun Apr 17 08:46:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository billiard.

commit 17e2a2ba534f5b59918088b4313c745ef6663c18
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 08:33:13 2015 -0700

    Fix spelling error in upstream
    
    Last-Update: 2013-07-01
    Forwarded: no
    
    Patch-Name: spelling.patch
---
 Modules/_billiard/multiprocessing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/_billiard/multiprocessing.c b/Modules/_billiard/multiprocessing.c
index 93e88a5..5eb5ad2 100644
--- a/Modules/_billiard/multiprocessing.c
+++ b/Modules/_billiard/multiprocessing.c
@@ -68,7 +68,7 @@ Billiard_SetError(PyObject *Type, int num)
         break;
     default:
         PyErr_Format(PyExc_RuntimeError,
-                     "unkown error number %d", num);
+                     "unknown error number %d", num);
     }
     return NULL;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/billiard.git



More information about the Python-modules-commits mailing list