Fix typos (#359)

This commit is contained in:
FrancescoUK
2016-07-10 17:38:53 +01:00
parent 09a3499069
commit a0e894895e
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ copies or substantial portions of the Software.
The footer signature "You are using Open Source Point Of Sale" with version,
hash and link to the original distribution of the code MUST BE RETAINED,
MUST BE VISIBLE IN EVERYPAGE and CANNOT BE MODIFIED.
MUST BE VISIBLE IN EVERY PAGE and CANNOT BE MODIFIED.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS

View File

@@ -19,7 +19,7 @@ class Config extends Secure_Controller
$i = 0;
$license = array();
$license[$i]['title'] = 'Open Surce Point Of Sale ' . $this->config->item('application_version');
$license[$i]['title'] = 'Open Source Point Of Sale ' . $this->config->item('application_version');
if(file_exists('COPYING'))
{
@@ -27,7 +27,7 @@ class Config extends Secure_Controller
}
else
{
$license[$i]['text'] = 'COPYING file must be present in OSPOS root directory. You are not allowed to use OSPOS application until the distribution copy of COPYING file is present.';
$license[$i]['text'] = 'COPYING file must be in OSPOS root directory. You are not allowed to use OSPOS application until the distribution copy of COPYING file is present.';
}
// read all the files in the dir license