MATRIX: Correct error message.
[pspp] / tests / language / stats / matrix.at
index 557e8c597e79044f635b498fdcb5ccaf747d6719..b0e62d0b1cc2cf4cf36e1e5e292f26e0f3a2e4c0 100644 (file)
@@ -1528,7 +1528,7 @@ scalar on the right-hand side, not a matrix with dimensions 1×2.
    18 | PRINT m**{1, 2}.
       |          ^~~~~~
 
-matrix.sps:19.10-19.12: error: MATRIX: Exponent 1.5 in matrix multiplication is
+matrix.sps:19.10-19.12: error: MATRIX: Exponent 1.5 in matrix exponentiation is
 non-integer or outside the valid range.
    19 | PRINT m**1.5.
       |          ^~~
@@ -3501,7 +3501,7 @@ matrix.sps:18: error: WRITE: FORMAT specifies 5 repetitions with record width
 matrix.sps:19: error: WRITE: Output format E5.0 specifies width 5, but E
 requires a width between 6 and 40.
 
-matrix.sps:20: error: WRITE: Format A9 is too wide for 8-byte matrix eleemnts.
+matrix.sps:20: error: WRITE: Format A9 is too wide for 8-byte matrix elements.
 
 matrix.sps:21.7-21.11: error: MATRIX: WRITE with MODE=TRIANGULAR requires a
 square matrix but the matrix to be written has dimensions 1×2.