1
0
hornguy6 vor 1 Jahr
Ursprung
Commit
0d3f5a1620
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/sleep.qsrc

+ 1 - 1
locations/sleep.qsrc

@@ -1,7 +1,7 @@
 # sleep
 # sleep
 
 
 if $ARGS[0] = 'simple':
 if $ARGS[0] = 'simple':
-!! to avoid sleeping the whole day I decide to calcululate the duration of the sleep in advance
+!! to avoid sleeping the whole day I decide to calculate the duration of the sleep in advance
 !! the quality of the sleep depends on many factors, so the time of sleep can be modify later, especially the part when the time of sleep is shortened
 !! the quality of the sleep depends on many factors, so the time of sleep can be modify later, especially the part when the time of sleep is shortened
 
 
 	varsleep['time_to_full'] = (100 - pcs_sleep) * 6
 	varsleep['time_to_full'] = (100 - pcs_sleep) * 6