Explorar o código

Fix typo in bin/download #685

Mark Shust %!s(int64=3) %!d(string=hai) anos
pai
achega
18bc135927
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compose/bin/download

+ 1 - 1
compose/bin/download

@@ -5,7 +5,7 @@ EDITION=${2:-community}
 
 bin/stop
 
-# Translate versiont to root in integer format. Ex. 2.4.3-p1 -> 243
+# Translate version to root in integer format. Ex. 2.4.3-p1 -> 243
 VERSION_ROOT=$(echo "$VERSION" | cut -b 1-5 | sed -e 's/\.//g')
 
 if (( $(echo "$VERSION_ROOT < 244" | bc -l) )); then