We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdb111 commit 2f97210Copy full SHA for 2f97210
action.yml
@@ -235,7 +235,7 @@ runs:
235
STAGE_ELAPSE_TIME=$((STAGE_STOP_TIME - STAGE_START_TIME))
236
times_mapping["mandb"]="${STAGE_ELAPSE_TIME}"
237
saved_mapping["mandb"]="$(formatByteCount $SAVED)"
238
- printSavedSpace $SAVED "man page indexing intial removals and disabling" ${STAGE_ELAPSE_TIME}
+ printSavedSpace $SAVED "man page indexing initial removals and disabling" ${STAGE_ELAPSE_TIME}
239
fi
240
241
0 commit comments