MATRIX: Correct error message.
[pspp] / tests / language / stats / matrix.at
index 67a6153bd5f19f0fc95931f3b1138852e1fc07f8..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.
       |          ^~~