From 76484b315e0827d047e017f3ec604a50f7513d4e Mon Sep 17 00:00:00 2001 From: Michael Hrivnak Date: Sun, 3 Jul 2016 19:03:34 -0400 Subject: [PATCH] fixes a minor typo --- image/bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/bashrc.txt b/image/bashrc.txt index aad85e3e..a9f04ae0 100644 --- a/image/bashrc.txt +++ b/image/bashrc.txt @@ -25,7 +25,7 @@ if [ -f /root/.aliases ]; then . /root/.aliases fi -# Uesful aliases for stratux debugging +# Useful aliases for stratux debugging if [ -f /root/.stxAliases ]; then . /root/.stxAliases fi