From b2851c8dede724448383b3833b2a91ba262f706f Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Mon, 31 Oct 2011 15:12:45 +0800 Subject: [PATCH] MDL-30005 URL : fixed typos --- mod/url/lang/en/url.php | 2 +- mod/url/locallib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/url/lang/en/url.php b/mod/url/lang/en/url.php index 5fb3ceec25a..9e954a8c409 100644 --- a/mod/url/lang/en/url.php +++ b/mod/url/lang/en/url.php @@ -44,7 +44,7 @@ $string['displayselect_help'] = 'This setting, together with the URL file type a $string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.'; $string['externalurl'] = 'External URL'; $string['framesize'] = 'Frame height'; -$string['invalidstoredurl'] = 'Can not dispaly this resource, URL is invalid.'; +$string['invalidstoredurl'] = 'Cannot display this resource, URL is invalid.'; $string['chooseavariable'] = 'Choose a variable...'; $string['invalidurl'] = 'Entered URL is invalid'; $string['modulename'] = 'URL'; diff --git a/mod/url/locallib.php b/mod/url/locallib.php index b4610e3ac47..6e94ce3a51c 100644 --- a/mod/url/locallib.php +++ b/mod/url/locallib.php @@ -32,7 +32,7 @@ require_once("$CFG->dirroot/mod/url/lib.php"); /** * This methods does weak url validation, we are looking for major problems only, - * mo strict RFE validation. + * no strict RFE validation. * * @param $url * @return bool true is seems valid, false if definitely not valid URL -- 2.43.0