commit | 6d475507231d968150414499a2fc1932ea41fc74 | [log] [tgz] |
---|---|---|
author | Jan Bruckner <jan@janbruckner.de> | Mon Feb 06 12:54:53 2023 +0100 |
committer | Jan Bruckner <jan@janbruckner.de> | Tue Feb 07 07:27:49 2023 +0100 |
tree | 5fb3c7208ab2047def4c9a7566668175e67c2cad | |
parent | b028531a3ba8eedce656e1ab0722b4fbdf7e3337 [diff] [blame] |
Fix typos Signed-off-by: Jan Bruckner <jan@janbruckner.de>
diff --git a/tests/scripts/doxygen.sh b/tests/scripts/doxygen.sh index e355073..2bc8dc9 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