diff --git a/applications/apertif/commissioning/dish_status.sh b/applications/apertif/commissioning/dish_status.sh
index 25e0c0152a894aa36a6f428bda28bffcf8e6bcbd..3935a6d3365feb6505018242819364b756a97163 100755
--- a/applications/apertif/commissioning/dish_status.sh
+++ b/applications/apertif/commissioning/dish_status.sh
@@ -126,7 +126,7 @@ else
 
     ###############################################################################
 
-    # PPS stable? (Pre-read)
+    # PPS stable? (Pre-read restarts mesaurement interval)
     python $UPE/peripherals/util_ppsh.py --unb $UNBS --bn 0:3 -n 8 >/dev/null 2>&1
     sleep 2
     NOF_PPS_STABLE=$(python $UPE/peripherals/util_ppsh.py --unb $UNBS --bn 0:3 -n 8 | grep -c "read_ppsh_stable = OK")
@@ -147,7 +147,7 @@ else
         exit 1
     fi
 
-    # ADU stable? (Pre read)
+    # ADU stable? (Pre read restarts measurement interval)
     python $UPE/peripherals/util_aduh_quad.py --unb $UNBS --bn 0:3 --sp 0:3 -n 0 >/dev/null 2>&1
     sleep 1
     NOF_ADUH_LOCKS=$(python $UPE/peripherals/util_aduh_quad.py --unb $UNBS --bn 0:3 --sp 0:3 -n 0 | grep -c "locked and stable")