diff options
Diffstat (limited to 'awklib/eg/network/statist.awk')
-rw-r--r-- | awklib/eg/network/statist.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/network/statist.awk b/awklib/eg/network/statist.awk index a4fc55cf..d0a172cf 100644 --- a/awklib/eg/network/statist.awk +++ b/awklib/eg/network/statist.awk @@ -11,7 +11,7 @@ function SetUpServer() { m1=m2=0; v1=v2=1; n1=n2=10 } function HandleGET() { - if(MENU[2] == "AboutServer") { + if (MENU[2] == "AboutServer") { Document = "This is a GUI for a statistical computation.\ It compares means and variances of two distributions.\ It is implemented as one GAWK script and uses GNUPLOT." |