Fix typos

Signed-off-by: Jan Bruckner <[email protected]>
This commit is contained in:
Jan Bruckner
2023-02-07 07:27:49 +01:00
parent b028531a3b
commit 6d47550723
+1 -1
View File
@@ -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