From 4b6d8751b3ca13c2a025691d54fadfc523eb6732 Mon Sep 17 00:00:00 2001 From: James Cameron Date: Sat, 8 Oct 2016 11:06:57 +1100 Subject: [PATCH] sugar-activity: typo --- bin/sugar-activity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sugar-activity b/bin/sugar-activity index bda69754..1424033b 100755 --- a/bin/sugar-activity +++ b/bin/sugar-activity @@ -77,7 +77,7 @@ class SingleProcess(dbus.service.Object): def main(): usage = 'usage: %prog [options] [activity dir] [python class]' epilog = 'If you are running from a directory containing an Activity, ' \ - 'the argument may be ommitted. Otherwise please provide either '\ + 'the argument may be omitted. Otherwise please provide either '\ 'a directory containing a Sugar Activity [activity dir], a '\ '[python_class], or both.'