From 3613f6707e8a98097e240bb08e22d56ff8c25d30 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 19 May 2020 20:36:20 +0200 Subject: [PATCH] Fix typo in configure_fastr --- com.oracle.truffle.r.native/run/fastr_tools/configure_fastr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.oracle.truffle.r.native/run/fastr_tools/configure_fastr b/com.oracle.truffle.r.native/run/fastr_tools/configure_fastr index 5651f4f64c..137c537ba5 100755 --- a/com.oracle.truffle.r.native/run/fastr_tools/configure_fastr +++ b/com.oracle.truffle.r.native/run/fastr_tools/configure_fastr @@ -78,7 +78,7 @@ done echo "To learn more visit https://www.graalvm.org/docs/reference-manual/languages/r" exit 1 else - echo "The basic configuration of FastR was successfull." + echo "The basic configuration of FastR was successful." echo "" echo "Note: if you intend to install R packages you may need additional dependencies." echo "The following packages should cover depenedencies of the most commonly used R packages:" @@ -86,7 +86,7 @@ done echo " On Oracle Linux: yum groupinstall 'Development Tools' && yum install gcc-gfortran" fi elif [[ "$OSTYPE" == "darwin"* ]]; then - echo "The basic configuration of FastR was successfull." + echo "The basic configuration of FastR was successful." echo "" echo "Note: if you intend to install R packages you may need additional dependencies." echo "The most common dependency is GFortran, which must be of version 8.3.0 or later."