Fix more typos (#658)

This commit is contained in:
Viktor Szépe
2023-08-22 18:34:24 +02:00
committed by GitHub
parent c57441be8c
commit ea67327ff7
23 changed files with 51 additions and 51 deletions

View File

@@ -166,7 +166,7 @@ update_version() {
echo "OK"
echo -n "Updating version in sphinx-build/conf.py... "
# What Sphinx calls verison, we call series; what it calls release we
# What Sphinx calls version, we call series; what it calls release we
# call version.
cd $SPHINX_CONFIG_DIR
sed -i'.bak' -e "s/^version = .*/version = '$SERIES'/" conf.py

View File

@@ -157,7 +157,7 @@ sub check_module_usage {
Transformers => 1,
);
# Many tools dyanmically instantiate objs like $plugin="WatchStatus",
# Many tools dynamically instantiate objs like $plugin="WatchStatus",
# $plugin->new(). So this script can't detect that.
my %dynamic = (
'pt-query-digest' => {

View File

@@ -2,7 +2,7 @@
version=$1
if [ -z "$version" ]; then
echo "Usage: log-entires VERSION" >&2
echo "Usage: log-entries VERSION" >&2
echo "Example: cat Changelog | log-entries 1.0.1" >&2
exit 1
fi