Package: consensuscore / 1.1.1+dfsg-2

spelling.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix spelling
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: https://github.com/PacificBiosciences/ConsensusCore/pull/5
Last-Update: 2015-06-23
--- consensuscore.orig/src/SWIG/numpy.i
+++ consensuscore/src/SWIG/numpy.i
@@ -89,7 +89,7 @@
     if (PyInstance_Check(py_obj)) return "instance"    ;
 %#endif
 
-    return "unkown type";
+    return "unknown type";
   }
 
   /* Given a NumPy typecode, return a string describing the type.