mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Fix typos (#359)
This commit is contained in:
2
COPYING
2
COPYING
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user