Author: schultz Date: Tue Nov 14 21:08:17 2023 New Revision: 1913779 URL: http://svn.apache.org/viewvc?rev=1913779&view=rev Log: Fix typo
Modified: tomcat/site/trunk/tools/update-version.sh Modified: tomcat/site/trunk/tools/update-version.sh URL: http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1913779&r1=1913778&r2=1913779&view=diff ============================================================================== --- tomcat/site/trunk/tools/update-version.sh (original) +++ tomcat/site/trunk/tools/update-version.sh Tue Nov 14 21:08:17 2023 @@ -143,7 +143,7 @@ echo "Building release documents..." ant "release-${MINOR_RELEASE}" echo -echo "Done. You should run 'svn status' to see whcih files changed, and maybe an 'svn diff' on some of them." +echo "Done. You should run 'svn status' to see which files changed, and maybe an 'svn diff' on some of them." if [ "1" == "$FAILED_MIGRATION" ] ; then echo echo "NOTE: The patch for ${MIGRATION_FILENAME} failed; you may want to examine the situation manually." --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org