From 26145b88a7fbaef797d67d3ac1084eddd1e04858 Mon Sep 17 00:00:00 2001 From: William Hilton Date: Fri, 17 Jul 2015 00:24:23 -0400 Subject: [PATCH] Fix spelling --- get | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get b/get index e344f5e..bf14340 100644 --- a/get +++ b/get @@ -3,11 +3,11 @@ -function list_branches() { +list_branches() { git for-each-ref refs/heads --format="%(refname:short)" } -function list_remtote_branches() { +list_remote_branches() { git for-each-ref refs/heads --format="%(refname:short)" } case "$1" in