summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Konrath <ben@bagu.org>2009-12-15 12:37:39 -0500
committerBen Konrath <ben@bagu.org>2009-12-16 16:51:48 -0500
commit63bbc06229d61c6603730d21f61edfa6034acf6a (patch)
treed625466bebcb19a913885abea1c6c28533d37b2e
parent6dcd977873c73e3cdb0a2a508ef08007cd0978d2 (diff)
downloadcaribou-63bbc06229d61c6603730d21f61edfa6034acf6a.tar.gz
Fix spelling mistakes in comments.
-rw-r--r--src/caribou.py4
-rw-r--r--src/caribou/animation.py2
-rw-r--r--src/caribou/keyboard.py2
-rw-r--r--src/caribou/keyboards/keysyms.py2
-rw-r--r--src/caribou/keyboards/qwerty.py2
-rw-r--r--src/caribou/keyboards/qwerty_sv.py2
-rw-r--r--src/caribou/opacity.py2
-rw-r--r--src/caribou/window.py2
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>
#