pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/language/dictionary formats.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/language/dictionary formats.c
Date: Mon, 14 Aug 2006 01:07:00 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/08/14 01:06:59

Modified files:
        src/language/dictionary: formats.c 

Log message:
        Error message needs a period at end of sentence.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/formats.c?cvsroot=pspp&r1=1.8&r2=1.9

Patches:
Index: formats.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/formats.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- formats.c   18 Jul 2006 04:57:01 -0000      1.8
+++ formats.c   14 Aug 2006 01:06:59 -0000      1.9
@@ -89,7 +89,7 @@
 
       if (!lex_match ('('))
        {
-         msg (SE, _("`(' expected after variable list"));
+         msg (SE, _("`(' expected after variable list."));
          goto fail;
        }
       if (!parse_format_specifier (&f)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]