aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/openbgpd/openbgpd_groups.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openbgpd/openbgpd_groups.xml b/packages/openbgpd/openbgpd_groups.xml
index 01756311..f6102017 100644
--- a/packages/openbgpd/openbgpd_groups.xml
+++ b/packages/openbgpd/openbgpd_groups.xml
@@ -109,6 +109,6 @@
<custom_php_validation_command>
$status = check_group_usage($_POST['groupname']);
if($status != "")
- $input_errors[] = "Sorry this group is in use by {$staus} and cannot be deleted.";
+ $input_errors[] = "Sorry this group is in use by {$status} and cannot be deleted.";
</custom_php_validation_command>
</packagegui>