diff --git a/Scripts/Bash/Functions/Render/render_getDirOutput.sh b/Scripts/Bash/Functions/Render/render_getDirOutput.sh
index 587e693..baf27c5 100755
--- a/Scripts/Bash/Functions/Render/render_getDirOutput.sh
+++ b/Scripts/Bash/Functions/Render/render_getDirOutput.sh
@@ -34,7 +34,7 @@ function render_getDirOutput {
         -e "s!Documentation/Models!Documentation/Manuals!" \
         -e "s!/Tpl!!")
 
-    # By default rendered identity content is stored immediatly under
+    # By default rendered identity content is stored immediately under
     # identity entry structure,  but if `Img/' directory exists use it
     # instead.
     if [[ -d "${OUTPUT}/Img" ]];then