Consistently capitalize the name "Gnumeric".
authorBen Pfaff <blp@gnu.org>
Thu, 16 Jul 2009 02:58:01 +0000 (19:58 -0700)
committerBen Pfaff <blp@gnu.org>
Thu, 16 Jul 2009 02:58:01 +0000 (19:58 -0700)
Thanks to Harry Thijssen for pointing out the inconsistency.

AUTHORS
configure.ac
src/data/gnumeric-reader.c
tests/command/get-data-gnm.sh

diff --git a/AUTHORS b/AUTHORS
index af7e9075f8da674b0013c55ec974b998ff9db0e8..db7a59105fbe6600eed2136d196ac4e691e710ff 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,9 +6,9 @@ most of the core libraries which ensure that PSPP runs with optimal
 speed are his work.
 
 * John Darrington wrote the graphical user interface, and the T-TEST,
-ONEWAY, EXAMINE, RANK and  NPAR TESTS commands, implemented support
-for long variable names, psql and gnumeric and made numerous revisions
-to other modules.   
+ONEWAY, EXAMINE, RANK and NPAR TESTS commands, implemented support for
+long variable names, PostgreSQL and Gnumeric and made numerous
+revisions to other modules.
 
 * Jason Stover contributed statistical and numerical functionality,
 including lib/gslextras and the linear regression features. Jason 
index 7e7a4c6077c23585c036847fc7535dd728a807db..c44fdd565187e1b9f800e51b0adb609f0b99bf90 100644 (file)
@@ -106,7 +106,7 @@ if test x"$with_libpq" != x"no" ; then
 fi
 AM_CONDITIONAL(PSQL_SUPPORT, test -n "$PG_CONFIG")
 
-dnl Checks needed for gnumeric reader
+dnl Checks needed for Gnumeric reader
 gnm_support=yes;
 PKG_CHECK_MODULES(LIBXML2, libxml-2.0,,
                           [PSPP_OPTIONAL_PREREQ([libxml2]); gnm_support=no;]);
index 1a6ddc1bad52c3e99143b19ee2927c6c1f340b67..f166ee6aba86f1a00acefb409c466e253635a574 100644 (file)
@@ -365,7 +365,7 @@ gnumeric_open_reader (struct gnumeric_read_info *gri, struct dictionary **dict)
 
   if ( NULL == gz)
     {
-      msg (ME, _("Error opening \"%s\" for reading as a gnumeric file: %s."),
+      msg (ME, _("Error opening \"%s\" for reading as a Gnumeric file: %s."),
            gri->file_name, strerror (errno));
 
       goto error;
index 746f1a670911e629e2121bf8187cb06e00f7bef4..c28c8dd478c9f6dc4dd04ea8ddd5dbb2ac27a069 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# This program tests that pspp can read gnumeric files
+# This program tests that pspp can read Gnumeric files
 
 TEMPDIR=/tmp/pspp-tst-$$
 TESTFILE=$TEMPDIR/`basename $0`.sps