Skip to content

Commit

Permalink
Corrected typo in ForceScheduler example. Fixes #2294.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Robino committed May 9, 2012
1 parent 058a5c2 commit 8290ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/manual/cfg-schedulers.rst
Expand Up @@ -801,8 +801,8 @@ file is something like::
# input for user to type his name
username=UserNameParameter(label="your name:<br>", size=80),

# A completly customized property list. The name of the
property is the name of the parameter
# A completely customized property list. The name of the
# property is the name of the parameter
properties=[

BooleanParameter(name="force_build_clean",
Expand Down

0 comments on commit 8290ab1

Please sign in to comment.