Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 20, 2011
1 parent 5d0b30d commit 6caaf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/cfg-buildsteps.texinfo
Expand Up @@ -435,7 +435,7 @@ value from its default of 1200 (20 minutes).

@end table

Use of WithProperites with string, dict and callable is supported.
Use of WithProperties with string, dict and callable is supported.

Note that this is quite similar to the mechanism used by the WebStatus
for the @code{changecommentlink}, @code{projects} or @code{repositories} parameter.
Expand Down Expand Up @@ -1980,7 +1980,7 @@ master on connect. These can be copied into Buildbot properties with the
step.

@example
from buildbot.steps.slave import SetProperiesFromEnv
from buildbot.steps.slave import SetPropertiesFromEnv
from buildbot.steps.shell import Compile
f.addStep(SetPropertiesFromEnv(variables=["SOME_JAVA_LIB_HOME", "JAVAC"]))
Expand Down

0 comments on commit 6caaf6f

Please sign in to comment.