From 84645b1bd4abf0e4ec260c5f7466e14012f018f5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 14 2016 12:35:14 +0000 Subject: fix minor typo in comment Signed-off-by: Peter Robinson --- diff --git a/nightly.sh b/nightly.sh index 857baf2..8ae8790 100755 --- a/nightly.sh +++ b/nightly.sh @@ -27,7 +27,7 @@ OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-Fedora-/COMPOSE_ID) # uncomment and edit for resuming a failed compose #COMPOSE_ID="Fedora-23-20150530.n.0" -# assume a releng dir is a git checkout of teh releng repo +# assume a releng dir is a git checkout of the releng repo # if it does not exist clone it if [ -d releng ]; then pushd releng