From 71cc988f2ad781457fd5d43f284990825fcd9a8d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 15 Jul 2009 19:58:01 -0700 Subject: [PATCH] Consistently capitalize the name "Gnumeric". Thanks to Harry Thijssen for pointing out the inconsistency. --- AUTHORS | 6 +++--- configure.ac | 2 +- src/data/gnumeric-reader.c | 2 +- tests/command/get-data-gnm.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index af7e9075..db7a5910 100644 --- 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 diff --git a/configure.ac b/configure.ac index 7e7a4c60..c44fdd56 100644 --- a/configure.ac +++ b/configure.ac @@ -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;]); diff --git a/src/data/gnumeric-reader.c b/src/data/gnumeric-reader.c index 1a6ddc1b..f166ee6a 100644 --- a/src/data/gnumeric-reader.c +++ b/src/data/gnumeric-reader.c @@ -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; diff --git a/tests/command/get-data-gnm.sh b/tests/command/get-data-gnm.sh index 746f1a67..c28c8dd4 100755 --- a/tests/command/get-data-gnm.sh +++ b/tests/command/get-data-gnm.sh @@ -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 -- 2.30.2