From d9a53e03ac30da2cc77e15b6291e2e233ece05e1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 27 Apr 2006 20:27:21 +0000 Subject: [PATCH] Typo fixes. --- common/create-sbu_du-report.sh | 2 +- master.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/create-sbu_du-report.sh b/common/create-sbu_du-report.sh index dc24ed3..be918fe 100755 --- a/common/create-sbu_du-report.sh +++ b/common/create-sbu_du-report.sh @@ -43,7 +43,7 @@ cat /proc/cpuinfo >> "$REPORT" echo -e "\n\t\tMemory info:\n" >> "$REPORT" free >> "$REPORT" -# Parse only that logs that have time dataq +# Parse only that logs that have time data BUILDLOGS=`grep -l "^real\>" $LOGSDIR/*` # Match the first timed log to extract the SBU unit value from it diff --git a/master.sh b/master.sh index 1519e95..24363a7 100755 --- a/master.sh +++ b/master.sh @@ -469,7 +469,7 @@ if [[ ! -d $LOGDIR ]]; then mkdir $LOGDIR fi -# After be sura that all look sane and if REPORT=1, dump the settings to a file +# After be sure that all look sane and if REPORT=1, dump the settings to a file # This file will be used to create the REPORT header [[ "$REPORT" = "1" ]] && validate_config > $JHALFSDIR/jhalfs.config