diff options
author | frankie <fgoodwin@wikimedia.org> | 2024-04-23 15:21:03 -0400 |
---|---|---|
committer | frankie <fgoodwin@wikimedia.org> | 2024-04-23 15:21:03 -0400 |
commit | 73a0a6830d4964b1348a9320ec17eaf0c1ca8fb1 (patch) | |
tree | bb4fa3bbdf7a20cce82a39761e099c6318eb0689 /includes/Rest/Handler.php | |
parent | 79cfe19109d2d3356b9df5180aaed2790288c843 (diff) | |
download | mediawikicore-73a0a6830d4964b1348a9320ec17eaf0c1ca8fb1.tar.gz mediawikicore-73a0a6830d4964b1348a9320ec17eaf0c1ca8fb1.zip |
Typo fixes
Two small typo fixes for dev environment and gerrit setup.
Bug: T362742
Change-Id: I92399002019a8df51731f8c927ca606f91211b51
Diffstat (limited to 'includes/Rest/Handler.php')
-rw-r--r-- | includes/Rest/Handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Rest/Handler.php b/includes/Rest/Handler.php index 58ac75e8274e..4e64b1c01027 100644 --- a/includes/Rest/Handler.php +++ b/includes/Rest/Handler.php @@ -579,7 +579,7 @@ abstract class Handler { * Subclasses may override this method to support parsing additional * content types or to disallow content types by throwing an HttpException * with status 415. Subclasses may also return null to indicate that they - * support reading the content, but intent to handle it as an unparsed + * support reading the content, but intend to handle it as an unparsed * stream in their implementation of the execute() method. * * @since 1.42 |