summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/xpatharticleenhancer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/articleenhancer/xpatharticleenhancer.php b/articleenhancer/xpatharticleenhancer.php
index 8262fc462..0f541c2ce 100644
--- a/articleenhancer/xpatharticleenhancer.php
+++ b/articleenhancer/xpatharticleenhancer.php
@@ -164,7 +164,7 @@ class XPathArticleEnhancer implements ArticleEnhancer {
/**
* Method which builds a URL by taking a relative URL and its corresponding
* absolute URL
- * For examle relative URL "../example/path/file.php?a=1#anchor" and
+ * For example relative URL "../example/path/file.php?a=1#anchor" and
* absolute URL "https://username:password@www.website.com/subfolder/index.html"
* will result in "https://username:password@www.website.com/example/path/file.php?a=1#anchor"
* @param string $relativeUrl the relative URL