From: hickert Date: Thu, 15 Sep 2011 08:13:58 +0000 (+0000) Subject: Fixed typos X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=3dda26be3c6d6a65b0b770d15c6758556b481a61 Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20990 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 83949e677..3c1ac16f2 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -2750,7 +2750,7 @@ function get_languages($languages_in_own_language = FALSE,$strip_region_tag = FA function get_post($name) { if(!isset($_POST[$name])){ - trigger_error("Requested POST value (".$name.") does not exists, you should add a check to prevent this message."); + trigger_error("Requested POST value (".$name.") does not exist, you should add a check to prevent this message."); return(FALSE); } diff --git a/gosa-core/plugins/generic/dashBoard/Register/register.tpl b/gosa-core/plugins/generic/dashBoard/Register/register.tpl index 7d0bbe753..3d9956042 100644 --- a/gosa-core/plugins/generic/dashBoard/Register/register.tpl +++ b/gosa-core/plugins/generic/dashBoard/Register/register.tpl @@ -68,7 +68,7 @@ {if $step == 2 && $default == "registrate"}

{t}Registration complete{/t}

- {t}GOsa instance sucessfully registered{/t} + {t}GOsa instance successfully registered{/t}