[caribou] Fix spelling mistakes in comments.



commit 63bbc06229d61c6603730d21f61edfa6034acf6a
Author: Ben Konrath <ben bagu org>
Date:   Tue Dec 15 12:37:39 2009 -0500

    Fix spelling mistakes in comments.

 src/caribou.py                     |    4 ++--
 src/caribou/animation.py           |    2 +-
 src/caribou/keyboard.py            |    2 +-
 src/caribou/keyboards/keysyms.py   |    2 +-
 src/caribou/keyboards/qwerty.py    |    2 +-
 src/caribou/keyboards/qwerty_sv.py |    2 +-
 src/caribou/opacity.py             |    2 +-
 src/caribou/window.py              |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/caribou.py b/src/caribou.py
index 861cfb6..c0ca829 100644
--- a/src/caribou.py
+++ b/src/caribou.py
@@ -1,5 +1,5 @@
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Adaptive Technology Resource Centre
 #  * Contributor: Ben Konrath <ben bagu org>
@@ -115,7 +115,7 @@ class Caribou:
         #        print "--> LEAVE EDITABLE TEXT <--"
 
     def on_key_down(self, event):
-        # key binding for controling the row column scanning
+        # key binding for controlling the row column scanning
         if event.event_string == "Shift_R":
             # TODO: implement keyboard scanning
             pass 
diff --git a/src/caribou/animation.py b/src/caribou/animation.py
index 3e9d1ed..44a9dfd 100644
--- a/src/caribou/animation.py
+++ b/src/caribou/animation.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Eitan Isaacson <eitan monotonous org>
 #
diff --git a/src/caribou/keyboard.py b/src/caribou/keyboard.py
index eccdcaa..936b6f1 100644
--- a/src/caribou/keyboard.py
+++ b/src/caribou/keyboard.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Adaptive Technology Resource Centre
 #  * Contributor: Ben Konrath <ben bagu org>
diff --git a/src/caribou/keyboards/keysyms.py b/src/caribou/keyboards/keysyms.py
index 8fe35ac..eaf9cd8 100644
--- a/src/caribou/keyboards/keysyms.py
+++ b/src/caribou/keyboards/keysyms.py
@@ -1,5 +1,5 @@
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Adaptive Technology Resource Centre
 #  * Contributor: Ben Konrath <ben bagu org>
diff --git a/src/caribou/keyboards/qwerty.py b/src/caribou/keyboards/qwerty.py
index 9b8a4e4..78bf8d7 100644
--- a/src/caribou/keyboards/qwerty.py
+++ b/src/caribou/keyboards/qwerty.py
@@ -1,6 +1,6 @@
 # -*- coding: UTF-8 -*-
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Adaptive Technology Resource Centre
 #  * Contributor: Ben Konrath <ben bagu org>
diff --git a/src/caribou/keyboards/qwerty_sv.py b/src/caribou/keyboards/qwerty_sv.py
index 64fcb90..f7ae33f 100644
--- a/src/caribou/keyboards/qwerty_sv.py
+++ b/src/caribou/keyboards/qwerty_sv.py
@@ -1,6 +1,6 @@
 # -*- coding: UTF-8 -*-
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Adaptive Technology Resource Centre
 #  * Contributor: Ben Konrath <ben bagu org>
diff --git a/src/caribou/opacity.py b/src/caribou/opacity.py
index 54a2de8..bab14d5 100644
--- a/src/caribou/opacity.py
+++ b/src/caribou/opacity.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Eitan Isaacson <eitan monotonous org>
 #
diff --git a/src/caribou/window.py b/src/caribou/window.py
index dff724f..d321034 100644
--- a/src/caribou/window.py
+++ b/src/caribou/window.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Carbou - text entry and UI navigation application
+# Caribou - text entry and UI navigation application
 #
 # Copyright (C) 2009 Eitan Isaacson <eitan monotonous org>
 #



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