From d9348bfe4e4007166752ae13e7c522c569096d2d Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 27 Sep 2021 14:54:26 +0200 Subject: [PATCH 1/2] Comand -> Command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e75a8f1..3a47363 100644 --- a/README.rst +++ b/README.rst @@ -235,7 +235,7 @@ are used to control credential behavior from the command-line app. -------------- -Using the Comand Line Application +Using the Command Line Application ================================= The library includes an application, ``search_tweets.py``, that provides From befc554ec4971bdf1b76dc4d8ccc3aa87eae4689 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 27 Sep 2021 14:57:24 +0200 Subject: [PATCH 2/2] commited -> committed --- build_sphinx_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sphinx_docs.sh b/build_sphinx_docs.sh index 8cce292..7e85335 100644 --- a/build_sphinx_docs.sh +++ b/build_sphinx_docs.sh @@ -12,7 +12,7 @@ echo "Building documentation from $BRANCH_NAME" echo "checking out gh-pages" if ! git checkout gh-pages then - echo >&2 "checkout of gh-pages branch failed; please ensure you have local changes commited prior to running this script " + echo >&2 "checkout of gh-pages branch failed; please ensure you have local changes committed prior to running this script " echo "exiting" exit 1 fi