Corrected a number of minor spelling errors.

Originally observed that "successful" was misspelled "succesfull" on the build view page. While correcting that, a number of other spelling errors were also corrected.
This commit is contained in:
Mark Robinson 2015-06-25 15:21:23 +01:00
commit 2ae9faf433
22 changed files with 28 additions and 28 deletions

View file

@ -21,7 +21,7 @@ final class AnsiConverter
static private $converter = null;
/**
* Initialize the singletion.
* Initialize the singleton.
*
* @return AnsiToHtmlConverter
*/
@ -35,7 +35,7 @@ final class AnsiConverter
}
/**
* Convert a text containing ANSI colr sequences into HTML code.
* Convert a text containing ANSI color sequences into HTML code.
*
* @param string $text The text to convert
*
@ -47,7 +47,7 @@ final class AnsiConverter
}
/**
* Do not instanciate this class.
* Do not instantiate this class.
*/
private function __construct()
{

View file

@ -12,7 +12,7 @@ namespace PHPCI\Helper;
use b8\Config;
/**
* Login Is Disabled Helper - Checks if login is disalbed in the view
* Login Is Disabled Helper - Checks if login is disabled in the view
* @author Stephen Ball <phpci@stephen.rebelinblue.com>
* @package PHPCI
* @subpackage Web