@@ -3676,7 +3676,7 @@ def do_linktobranch(self, subcmd, opts, *args):
36763676 """
36773677 apiurl = self .get_api_url ()
36783678
3679- # assume we're in a working copy if no args were specfied
3679+ # assume we're in a working copy if no args were specified
36803680 update_working_copy = not args
36813681
36823682 args = list (args )
@@ -4379,7 +4379,7 @@ def do_branch(self, subcmd, opts, *args):
43794379 With getpac or bco, the branched package will come from one of
43804380 %(getpac_default_project)s
43814381 (list of projects from oscrc:getpac_default_project)
4382- if nothing else is specfied on the command line.
4382+ if nothing else is specified on the command line.
43834383
43844384 In case of branch errors, where the source has currently merge
43854385 conflicts use --linkrev=base option.
@@ -5581,7 +5581,7 @@ def do_addremove(self, subcmd, opts, *args):
55815581 @cmdln .option ('-F' , '--file' , metavar = 'FILE' ,
55825582 help = 'read log message from FILE, \' -\' denotes standard input.' )
55835583 @cmdln .option ('-f' , '--force' , default = False , action = "store_true" ,
5584- help = 'Allow empty commit with no changes. When commiting a project, allow removing packages even if other packages depend on them.' )
5584+ help = 'Allow empty commit with no changes. When committing a project, allow removing packages even if other packages depend on them.' )
55855585 @cmdln .option ("--skip-local-service-run" , "--noservice" , "--no-service" , default = False , action = "store_true" ,
55865586 help = "Skip run of local source services as specified in _service file." )
55875587 def do_commit (self , subcmd , opts , * args ):
@@ -7320,7 +7320,7 @@ def do_build(self, subcmd, opts, *args):
73207320 osc build [OPTS] --alternative-project openSUSE:10.3 standard i586 BUILD_DESCR
73217321
73227322 usage:
7323- osc build [OPTS] # will try to guess a build environement
7323+ osc build [OPTS] # will try to guess a build environment
73247324 osc build [OPTS] REPOSITORY ARCH BUILD_DESCR
73257325 osc build [OPTS] REPOSITORY ARCH
73267326 osc build [OPTS] REPOSITORY (ARCH = hostarch, BUILD_DESCR is detected automatically)
0 commit comments