comparison src/version.h @ 11903:afe7e59fd69e release-3-0-x

version.h fix spelling of MERCHANTABILITY in startup message
author John W. Eaton <jwe@octave.org>
date Mon, 12 Jan 2009 10:40:02 +0100
parents 5e7a180a0bab
children f835cb5b2484
comparison
equal deleted inserted replaced
11902:a79ef0364d2a 11903:afe7e59fd69e
43 43
44 #define OCTAVE_COPYING_STATEMENT \ 44 #define OCTAVE_COPYING_STATEMENT \
45 "This is free software; see the source code for copying conditions." 45 "This is free software; see the source code for copying conditions."
46 46
47 #define X_OCTAVE_WARRANTY_STATEMENT(ARG) \ 47 #define X_OCTAVE_WARRANTY_STATEMENT(ARG) \
48 "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\n\ 48 "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or\n\
49 FITNESS FOR A PARTICULAR PURPOSE." ARG 49 FITNESS FOR A PARTICULAR PURPOSE." ARG
50 50
51 #define OCTAVE_WARRANTY_STATEMENT \ 51 #define OCTAVE_WARRANTY_STATEMENT \
52 X_OCTAVE_WARRANTY_STATEMENT ("") 52 X_OCTAVE_WARRANTY_STATEMENT ("")
53 53