- Revision
- 915
- Author
- mauro
- Date
- 2008-09-01 18:40:14 -0500 (Mon, 01 Sep 2008)
Log Message
Fixed typo.
Modified Paths
Diff
Modified: trunk/jbehave-core/src/java/org/jbehave/scenario/Scenario.java (914 => 915)
--- trunk/jbehave-core/src/java/org/jbehave/scenario/Scenario.java 2008-09-01 23:14:26 UTC (rev 914) +++ trunk/jbehave-core/src/java/org/jbehave/scenario/Scenario.java 2008-09-01 23:40:14 UTC (rev 915) @@ -8,8 +8,8 @@ * <p>Extend this class to run your scenario. Call the class after your * scenario, eg: "ICanLogin". * - * <p>The Scenario shoudl be in a matching text file in the same place, - * eg: "i_can_login" + * <p>The Scenario should be in a matching text file in the same place, + * eg "i_can_login". * * <p>Write some steps in your scenario, starting each new step with * Given, When, Then or And.
To unsubscribe from this list please visit:
