diff --git a/COPYING b/COPYING index 0502c4c68..9d2643e6b 100644 --- a/COPYING +++ b/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 diff --git a/application/controllers/Config.php b/application/controllers/Config.php index 7d2de81f7..3a0c480bf 100644 --- a/application/controllers/Config.php +++ b/application/controllers/Config.php @@ -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