From 3f98e953cd5abfd6ef01d7fc8d4baf1d3f783a6d Mon Sep 17 00:00:00 2001 From: Miguel Morales Date: Tue, 12 May 2015 16:26:18 -0500 Subject: [PATCH] Fix typo --- plugins/available/pretty-cat.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/available/pretty-cat.plugin.bash b/plugins/available/pretty-cat.plugin.bash index 93d66c80..c9def54b 100644 --- a/plugins/available/pretty-cat.plugin.bash +++ b/plugins/available/pretty-cat.plugin.bash @@ -3,7 +3,7 @@ about-plugin 'pygmentize instead of cat to terminal if possible' if [ -z $(which pygmentize) ] then - echo "Pygments is required to use this pluging" + echo "Pygments is required to use this plugin" echo "Install it by doing 'pip install Pygments' as the superuser" exit 1 fi