@@ -286,7 +286,7 @@
/**
* Pick the caching engine to use. If APC is enabled use it.
- * If running via cli - apc is disabled by default. ensure it's avaiable and enabled in this case
+ * If running via cli - apc is disabled by default. ensure it's available and enabled in this case
*
*/
$engine = 'File';
@@ -1809,7 +1809,7 @@ class FormHelper extends AppHelper {
$attributes['value'] = $meridian;
} else {
if (empty($value)) {
- if (!$attribues['empty']) {
+ if (!$attributes['empty']) {
$attributes['value'] = date('a');
}