work
[pspp] / src / language / tests / float-format.c
index e1d91168b0cac391f788fd87d09738355c1a0cd5..16ac95c5e396cdeac8926845cbb4b13d8eee3209 100644 (file)
@@ -76,7 +76,7 @@ parse_float_format (struct lexer *lexer, enum float_format *format)
         *format = fp_formats[i].format;
         return true;
       }
-  lex_error (lexer, "expecting floating-point format identifier");
+  lex_error (lexer, "Syntax error expecting floating-point format identifier.");
   return false;
 }
 
@@ -194,7 +194,7 @@ parse_fp (struct lexer *lexer, struct fp *fp)
 /* Renders SRC, which contains SRC_SIZE bytes of a floating-point
    number in the given FORMAT, as relatively human-readable
    null-terminated string in the DST_SIZE bytes in DST.  DST_SIZE
-   must be be large enough to hold the output. */
+   must be large enough to hold the output. */
 static void
 make_printable (enum float_format format, const void *src_, size_t src_size,
                 char *dst, size_t dst_size)