Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/gather-parts.sh')
-rw-r--r--production/gather-parts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/gather-parts.sh b/production/gather-parts.sh
index 4b1d7210b..16f92aa6c 100644
--- a/production/gather-parts.sh
+++ b/production/gather-parts.sh
@@ -67,7 +67,7 @@ then
echo " ERROR: a function from gather-parts.sh returned non-zero return code, $RC" >>${BUILD_FAILED_OUTPUT}
# We will keep going (bug 477184) if some things produced, they should still
# be published wo download ser, ran through the normal "indexing" functions, etc.,
- # simce could be something there, of interest.
+ # since could be something there, of interest.
# exit $RC
fi
fi

Back to the top