From 02aab8d3c324a48ff3d3cbe8fb1fa9fc39bb7a39 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 21 Jun 2024 20:29:03 +1000 Subject: [PATCH] fix --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 67b0689a..9a6f0179 100755 --- a/configure +++ b/configure @@ -8,7 +8,7 @@ check_cmake() { echo "error: cmake (version 3.5+) is required to configure and install Armadillo" echo "" - echo "cmake can be installed via the package manger on your system," + echo "cmake can be installed via your system's package manager," echo "or downloaded from https://cmake.org" ABORT=yes }