[gnoduino] Fix compilling typo



commit c328da992183ba12e54383e71a8953e045145b1c
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Fri Apr 6 19:21:17 2012 +0200

    Fix compilling typo

 src/compiler.py |    2 +-
 src/misc.py     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/compiler.py b/src/compiler.py
index 2e1aedd..8d0a1ba 100644
--- a/src/compiler.py
+++ b/src/compiler.py
@@ -268,7 +268,7 @@ def compile(tw, id, output, notify):
 			misc.printMessageLn(output, sout)
 		size = computeSize(tempobj+".hex")
 		notify.pop(context)
-		notify.push(context, _("Done compilling."))
+		notify.push(context, _("Done compiling."))
 		misc.printLogMessageLn("compile done.")
 
 		misc.printMessageLn(output, \
diff --git a/src/misc.py b/src/misc.py
index 80d813d..c6060d7 100644
--- a/src/misc.py
+++ b/src/misc.py
@@ -270,7 +270,7 @@ def printError(notify, console, message):
 	b = console.get_buffer()
 	context = notify.get_context_id("main")
 	notify.pop(context)
-	notify.push(context, _("Error compilling."))
+	notify.push(context, _("Error compiling."))
 	b.delete(b.get_start_iter(), b.get_end_iter())
 	b.set_text(message)
 



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