Browse Source

Fix month comment

Paolo Galli 4 years ago
parent
commit
f04b63497d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lcmlog

+ 1 - 1
lcmlog

@@ -210,7 +210,7 @@ method_post()
 				read DAY
 			done
 		done
-	# Month with 30 day
+	# Month with 29 day
 	elif (( $MONTH == 2 )); then
 		while (( $DAY < 1 )) || (( $DAY > 29 )); do
 			echo "Wrong day, reinsert."