diff options
author | paranic <paranic@gmail.com> | 2016-01-01 23:21:52 +0100 |
---|---|---|
committer | paranic <paranic@gmail.com> | 2016-01-01 23:21:52 +0100 |
commit | 673413e06d05b5695bd7cc1d90c9d66a93aaa955 (patch) | |
tree | 591aaf465198ea6aeb3d4e5d67db75b99a9520c0 /user_guide_src | |
parent | 488155bdaf364e7e00be38cc083b91f4e1c8156b (diff) |
typo correction to avoid copy paste error
Diffstat (limited to 'user_guide_src')
-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 40a280b5c..d5c24c1b0 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(); |