Merge commit 'origin/stable'
[pspp-builds.git] / src / ui / terminal / main.c
index a1f201697193e04282e5726fc3b4493050fecbb1..7ad162fca6d40b746a0155d891d8e08784e2e4df 100644 (file)
@@ -57,6 +57,7 @@
 
 #include "fatal-signal.h"
 #include "progname.h"
+#include "relocatable.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
@@ -119,7 +120,7 @@ main (int argc, char **argv)
                                      _("Options affecting input and output locations:"), the_source_stream);
 
   command_line_processor_add_options (clp, &test_argp,
-                                     _("Diagnositic options:"), the_source_stream);
+                                     _("Diagnostic options:"), the_source_stream);
 
   command_line_processor_add_options (clp, &post_init_argp,
                                      _("Options affecting syntax and behavior:"), the_source_stream);
@@ -166,6 +167,7 @@ main (int argc, char **argv)
   return any_errors ();
 }
 \f
+
 static void
 fpu_init (void)
 {