[gtk-doc: 1/3] common: Fix a typo in a warning message



commit 7e46681c3fff3d4761320dd7ee61be5761083a25
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Nov 28 07:48:33 2018 +0000

    common: Fix a typo in a warning message
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 gtkdoc/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtkdoc/common.py b/gtkdoc/common.py
index bd11950..82e051b 100644
--- a/gtkdoc/common.py
+++ b/gtkdoc/common.py
@@ -538,7 +538,7 @@ def ParseFunctionDeclaration(declaration, typefunc, namefunc):
             param_num += 1
             continue
 
-        logging.warning('Cannnot parse args for function in "%s"', declaration)
+        logging.warning('Cannot parse args for function in "%s"', declaration)
         break
 
     return result


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