Docs: Correct spelling of "subclass" and "overridden" in various docblocks and error messages.

Props garrett-eclipse.
Fixes #48676.

git-svn-id: https://develop.svn.wordpress.org/trunk@46739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-11-17 07:41:49 +00:00
parent 24de36bc5a
commit 7bb2a562a6
5 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ abstract class WP_Image_Editor {
/**
* Checks to see if current environment supports the editor chosen.
* Must be overridden in a sub-class.
* Must be overridden in a subclass.
*
* @since 3.5.0
*
@@ -45,7 +45,7 @@ abstract class WP_Image_Editor {
/**
* Checks to see if editor supports the mime-type specified.
* Must be overridden in a sub-class.
* Must be overridden in a subclass.
*
* @since 3.5.0
*