diff --git a/BuildDockerImage.sh b/BuildDockerImage.sh index 5cc7666..67a35ad 100755 --- a/BuildDockerImage.sh +++ b/BuildDockerImage.sh @@ -155,7 +155,7 @@ elif [[ $ARCH == "s390x" ]]; then # echo "Determined s390x Architecture" architecture="s390x" ARCH="s390x" - # Ony on s390x arch is a situation where we might be running in a zOS Container extensions Docker host. + # Only on s390x arch is a situation where we might be running in a zOS Container extensions Docker host. # z/OS Container Extensions platform CURL implementation does not work as expected. If zCX platform detected, add flag to adjust. zPlatform= docker system info | grep platform echo $zPlatform @@ -166,7 +166,7 @@ elif [[ $ARCH == "s390x" ]]; then fi else echo " " - echo " FATAL: Aborting. $ARCH is not a suppported platform for building the FHE Toolkit." + echo " FATAL: Aborting. $ARCH is not a supported platform for building the FHE Toolkit." echo " " exit -1 fi @@ -340,7 +340,7 @@ fi # -# Build FHE Tookit Docker image +# Build FHE Toolkit Docker image # cd $BASEDIR if ! docker build -f ./Dockerfile.$build-$ARCH.Toolkit -t $FHEKit_tag --build-arg HElib_tag=$HElib_tag . $flags @@ -348,7 +348,7 @@ then echo " " echo " FATAL: Failure building Toolkit container. Please check that you have a working Docker installation" echo " in your system and the necessary user privileges to run docker commands, and that the HElib base " - echo " container built correctly. This check can be done by issueing the command `docker images`" + echo " container built correctly. This check can be done by issuing the command `docker images`" echo " " exit -11 else diff --git a/PersistData.sh b/PersistData.sh index fc2badf..c81971b 100755 --- a/PersistData.sh +++ b/PersistData.sh @@ -98,7 +98,7 @@ elif [[ $ARCH == "s390x" ]]; then architecture="s390x" else echo " " - echo " FATAL: Aborting. $ARCH is not a suppported platform for hosting or building the FHE Toolkit." + echo " FATAL: Aborting. $ARCH is not a supported platform for hosting or building the FHE Toolkit." echo " " exit -1 fi @@ -192,7 +192,7 @@ then fi else echo " " - echo " FATAL: Aborting. $ARCH is not a suppported platform for hosting or building the FHE Toolkit." + echo " FATAL: Aborting. $ARCH is not a supported platform for hosting or building the FHE Toolkit." echo " " exit -7 fi diff --git a/README_TOOLKIT.md b/README_TOOLKIT.md index b57d2ea..2f8be81 100644 --- a/README_TOOLKIT.md +++ b/README_TOOLKIT.md @@ -5,7 +5,7 @@ The IBM Fully Homomorphic Encryption (FHE) Toolkit for Linux is packaged as [Doc This repository contains all the scripts required to install and run the pre-packaged toolkits as a docker container. The toolkits comprise the [IBM Homomorphic Encryption Library - HElib][3], an [Integrated Development Environment (IDE)][4], and the corresponding workspace containing the ready-to-run example code in a variety of supported toolkit editions. The editions supported are based on [Centos][5], [Fedora][6], or [Ubuntu][7], or [Alpine][8]. Each toolkit edition provides access to the built-in IDE via a web browser on your host. For the more adventurous users, instructions to build and package the toolkit locally are also provided. -If you are instead looking for the IBM Fully Homomorphic Encryption Tookit for macOS/iOS that provide a native toolkit for Apple developers, it can be found here. +If you are instead looking for the IBM Fully Homomorphic Encryption Toolkit for macOS/iOS that provide a native toolkit for Apple developers, it can be found here. [![Fully Homomorphic Encryption](http://img.youtube.com/vi/5Mhbaeuv5fk/0.jpg)](http://www.youtube.com/watch?v=5Mhbaeuv5fk "Intro to FHE") diff --git a/RunToolkit.sh b/RunToolkit.sh index 1b468c1..3b5fb4e 100755 --- a/RunToolkit.sh +++ b/RunToolkit.sh @@ -250,7 +250,7 @@ if [ ! "${CID}" ]; then cmd="docker run -d --name $FHEkit_container_name $DOCKER_PERSISTENT_VOLUME_ARGS -p $PORT:8443 $FHEkit_image_name" - echo "INFO: Launching FHE tookit: " + echo "INFO: Launching FHE toolkit: " echo "" echo "" echo " $cmd"