diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:22:38 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:22:38 +0100 |
commit | 0ab17f382b9993ada3d12d4cdace72cca53fb545 (patch) | |
tree | ea8d1923f5ceb2a797e6b6962f74ae33367cf891 /scripts/console.php | |
parent | 221b779e88e51b70a2c3509798154c461203e636 (diff) |
* [Cc]an't -> [Cc]annot
* [Cc]ould't -> [Cc]ould not
Diffstat (limited to 'scripts/console.php')
-rwxr-xr-x | scripts/console.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/console.php b/scripts/console.php index 41dd43f28..2413f5079 100755 --- a/scripts/console.php +++ b/scripts/console.php @@ -90,7 +90,7 @@ function readline_emulation($prompt) if ($retval == 0) { return $line; } elseif ($retval == 127) { - // Couldn't execute bash even though we thought we saw it. + // Could not execute bash even though we thought we saw it. // Shell probably spit out an error message, sorry :( // Fall through to fgets()... } else { |