From d6ac2b0b07a2d521cdce0f3e74edd39d18bc38fd Mon Sep 17 00:00:00 2001 From: Michele Carraglia Date: Sat, 13 Jul 2013 12:02:33 +0200 Subject: [PATCH] Update .bashrc Typo in comments --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9b806c272..a5ba4b1b0 100644 --- a/.bashrc +++ b/.bashrc @@ -135,7 +135,7 @@ if [ "$PS1" ]; then # 6) the last command you executed # # The only minor bug: if you include a literal newline or tab (e.g. with - # awk -F"\t"), then that will be included verbatime. It is possible to + # awk -F"\t"), then that will be included verbatim. It is possible to # define a bash function which escapes the string before writing it; if you # have a fix for that which doesn't slow the command down, please submit # a patch or pull request.