diff options
author | Andrey Andreev <narf@devilix.net> | 2016-01-02 01:14:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-01-02 01:15:25 +0100 |
commit | 6bb9170b2f19b5b327e5c6998cbce414c5d28b50 (patch) | |
tree | c52a580393d6824b5a9676523d44372e6cceef7f | |
parent | f603b44cbc497b85fe31fbf0bb4bf170d964f40d (diff) |
Merge pull request #4353 from paranic/patch-1
[ci skip] Docs typo correction
-rw-r--r-- | user_guide_src/source/libraries/image_lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/image_lib.rst b/user_guide_src/source/libraries/image_lib.rst index e5f7c000f..27d2eb98c 100644 --- a/user_guide_src/source/libraries/image_lib.rst +++ b/user_guide_src/source/libraries/image_lib.rst @@ -471,4 +471,4 @@ Class Reference Returns all detected errors formatted as a string. :: - echo $this->image_lib->diplay_errors();
\ No newline at end of file + echo $this->image_lib->display_errors(); |