From 6d475507231d968150414499a2fc1932ea41fc74 Mon Sep 17 00:00:00 2001 From: Jan Bruckner Date: Mon, 6 Feb 2023 12:54:53 +0100 Subject: [PATCH] Fix typos Signed-off-by: Jan Bruckner --- tests/scripts/doxygen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/doxygen.sh b/tests/scripts/doxygen.sh index e3550738c0..2bc8dc992c 100755 --- a/tests/scripts/doxygen.sh +++ b/tests/scripts/doxygen.sh @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Abort on errors (and uninitiliased variables) +# Abort on errors (and uninitialised variables) set -eu if [ -d library -a -d include -a -d tests ]; then :; else