From 0f56b6d62cd4af2af5276f7c073737b2d07b0ffd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 26 Jun 2014 11:41:21 +0200 Subject: style fixes --- articleenhancer/xpatharticleenhancer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'articleenhancer') 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 -- cgit v1.2.3