Skip to content

Commit 86ecda3

Browse files
committed
Merge pull request #137 from jmillerdesign/patch-1
Fix typo
2 parents 8c7e6d2 + 7839e43 commit 86ecda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Command/BenchmarkShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function getOptionParser() {
146146
->addOption('t', array(
147147
'default' => 100,
148148
'help' => __d('debug_kit', 'Maximum total time for all iterations, in seconds.' .
149-
'If a single iteration takes more than the tiemout, only one request will be made'
149+
'If a single iteration takes more than the timeout, only one request will be made'
150150
)
151151
))
152152
->epilog(__d('debug_kit',

0 commit comments

Comments
 (0)