From 529e8ca8708049f44c76a5e948e82c8632589dee Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Fri, 13 Mar 2015 14:35:54 +0100 Subject: fixed spelling error --- pmacct/dbSetupCustom.mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmacct') diff --git a/pmacct/dbSetupCustom.mysql b/pmacct/dbSetupCustom.mysql index dafc638..9cc8f6b 100644 --- a/pmacct/dbSetupCustom.mysql +++ b/pmacct/dbSetupCustom.mysql @@ -2,7 +2,7 @@ drop database if exists pmacct; create database pmacct; use pmacct; -drop table is exists acct; +drop table if exists acct; create table acct ( ip_src CHAR(15) NOT NULL, ip_dst CHAR(15) NOT NULL, -- cgit v1.1