summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:41:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:41:21 +0200
commit0f56b6d62cd4af2af5276f7c073737b2d07b0ffd (patch)
tree407914f21c129c012562e059af0fc744e0a5f863 /articleenhancer
parentcd10f93e0d271840caff92b88195385a2a3f15b2 (diff)
style fixes
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