From: Jason Stover Date: Tue, 25 Oct 2005 13:16:33 +0000 (+0000) Subject: Fixed comment X-Git-Tag: sav-api~2182 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=a93004a401545eb7a2a6d4f669e73b16040e5aa6 Fixed comment --- diff --git a/examples/regress.stat b/examples/regress.stat index 237b2d297d..6e7122adf6 100644 --- a/examples/regress.stat +++ b/examples/regress.stat @@ -1,4 +1,4 @@ -title 'Demonstrate DESCRIPTIVES procedure'. +title 'Demonstrate REGRESSION procedure'. /* run this syntax file with the command: /* pspp example.stat /* diff --git a/examples/regress_categorical.stat b/examples/regress_categorical.stat index d72b8845a2..01baebe409 100644 --- a/examples/regress_categorical.stat +++ b/examples/regress_categorical.stat @@ -1,4 +1,4 @@ -title 'Demonstrate DESCRIPTIVES procedure'. +title 'Demonstrate REGRESSION procedure'. /* run this syntax file with the command: /* pspp example.stat /*