Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-07-27 20:05:54 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-07-27 20:05:54 (GMT)
commit2f5801f3638d787d3adc4101d46268d9d2179be4 (patch)
tree34c67dfd437f10e7c1f174f1e28797e3881f0994 /activity.py
parent8858931cdb83c2d61e879f074d5d31b2d44c48fe (diff)
typos in comments
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 480d7f8..afa9fdb 100644
--- a/activity.py
+++ b/activity.py
@@ -98,7 +98,7 @@ class SpeakActivity(SharedActivity):
# make an audio device for playing back and rendering audio
self.connect("notify::active", self._activeCb)
- # make a box to type into - combo for user
+ # make a box to type into - combo for user to type
self.entrycombo = Gtk.ComboBoxText.new_with_entry()
self.entrycombo.connect("changed", self._combo_changed_cb)
self.entry = self.entrycombo.get_child()
@@ -181,7 +181,7 @@ class SpeakActivity(SharedActivity):
mode_chat.connect('toggled', self.__toggled_mode_chat_cb, all_voices)
toolbox.toolbar.insert(mode_chat, -1)
- #toolbar: vouces combo (not working)
+ #toolbar: voices combo (not working)
voices_toolitem = ToolWidget(widget=self.voices)
toolbox.toolbar.insert(voices_toolitem, -1)