From 393c1c00c158ed5244dcfbd603e0c3048f016002 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 5 Dec 2009 01:55:31 +0000 Subject: [PATCH] fix typo --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index da2209f..0df4605 100755 --- a/debian/rules +++ b/debian/rules @@ -81,7 +81,7 @@ config.status: configure --with-ps-format="%s %d %d %d %d %d %f %s %s %n" \ --with-ps-cols=10 \ --with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos" \ - --with-ping-comman="/bin/ping -n -c %d %s" \ + --with-ping-command="/bin/ping -n -c %d %s" \ --with-ping6-command="/bin/ping6 -n -c %d %s" \ --with-nslookup-command="/usr/bin/nslookup -sil" \ --with-uptime-command="/usr/bin/uptime" \