diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-19 19:59:31 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-19 20:23:00 +0000 |
commit | 4b9535341addcdeaf44002e323733864325b30ab (patch) | |
tree | 4c5819be9e7939c00b4d60261751b78c6f1d82cc /tests/lang/bug20175.phpt | |
parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'tests/lang/bug20175.phpt')
-rw-r--r-- | tests/lang/bug20175.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug20175.phpt b/tests/lang/bug20175.phpt index 7c6ec780ed..6cad4f14c2 100644 --- a/tests/lang/bug20175.phpt +++ b/tests/lang/bug20175.phpt @@ -35,7 +35,7 @@ function foo_static() { /* Part 2: * Storing a reference to the result of a function in a static variable. * Same as Part 1 but: - * The return statment transports a copy of the value to return. In other + * The return statement transports a copy of the value to return. In other * words the return value of bar_global() is a temporary variable only valid * after the function call bar_global() is done in current local scope. */ |