aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/MagicWord.php
diff options
context:
space:
mode:
authorTim Starling <tstarling@wikimedia.org>2024-03-18 20:58:11 +1100
committerTim Starling <tstarling@wikimedia.org>2024-03-18 20:58:11 +1100
commitbd6ed0acdf1698fcdd4b093654da1d4cb3d70c19 (patch)
tree24e377a86bf34a60e3b9f16fb8f176fd7db0cec0 /includes/parser/MagicWord.php
parent9475c3c71d3ac226b47fc9e3d83ae0c4e5fd466e (diff)
downloadmediawikicore-bd6ed0acdf1698fcdd4b093654da1d4cb3d70c19.tar.gz
mediawikicore-bd6ed0acdf1698fcdd4b093654da1d4cb3d70c19.zip
Fix some spelling errors
Change-Id: I3632ce1ae00527f806652deb96cafb473aed3dcf
Diffstat (limited to 'includes/parser/MagicWord.php')
-rw-r--r--includes/parser/MagicWord.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/parser/MagicWord.php b/includes/parser/MagicWord.php
index deb7a409ea83..eae3370036ad 100644
--- a/includes/parser/MagicWord.php
+++ b/includes/parser/MagicWord.php
@@ -238,7 +238,7 @@ class MagicWord {
/**
* Get one of the synonyms
*
- * This exists primarly for calling `getSynonym( 0 )`, which is how
+ * This exists primarily for calling `getSynonym( 0 )`, which is how
* you can obtain the preferred name of a magic word according to the
* current wiki's content language. For example, when demonstrating or
* semi-automatically creating content that uses a given magic word.