Yuri Chornoivan contributed some typo fixes
[pspp] / src / language / stats / matrix.c
index 9bbc37f9a23e4c09ef72f052b46365b369648943..c1e4adff8e793a05664add867495b80574ec9184 100644 (file)
@@ -7196,7 +7196,7 @@ matrix_write_parse (struct matrix_state *s)
     {
       char s[FMT_STRING_LEN_MAX + 1];
       fmt_to_string (write->format, s);
-      msg (SE, _("Format %s is too wide for %zu-byte matrix eleemnts."),
+      msg (SE, _("Format %s is too wide for %zu-byte matrix elements."),
            s, sizeof (double));
       goto error;
     }