From 7f5d96c9e977bfde6dba5a3336f632d4381d8372 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 17 Oct 2007 03:48:42 +0000 Subject: Correct variable name --- packages/openbgpd/openbgpd_groups.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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 @@ $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."; -- cgit v1.2.3