diff --git a/SAS/LSMR/bin/lsmr b/SAS/LSMR/bin/lsmr
index 8c5d8f658aab8024f60b9ab6a34bc84534ff22ee..a45b6aa40d5226c141d2144a1eb61912011d3646 100755
--- a/SAS/LSMR/bin/lsmr
+++ b/SAS/LSMR/bin/lsmr
@@ -42,7 +42,7 @@ echo "!!! This lsmr application is for testing only, properly deploy in Nginx or
 
 echo "Using Django port=$PORT credentials=$CREDENTIALS"
 
-# the lsmr django settings module reads this environment variable when available, to determine the used database.
+# the lsmr django settings module reads this environment variable when available to determine the used database.
 export LSMR_DBCREDENTIALS=$CREDENTIALS
 
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"