diff --git a/themes/bobthefish/fish_prompt.fish b/themes/bobthefish/fish_prompt.fish
index c9962d5cf622b3b616dadc9e542ab3931ad078ae..1aeebf9f7c9d0a29a12bb6bd7f736b90566da13f 100644
--- a/themes/bobthefish/fish_prompt.fish
+++ b/themes/bobthefish/fish_prompt.fish
@@ -281,7 +281,7 @@ function __bobthefish_virtualenv -d 'Get the current virtualenv'
   echo $__bobthefish_virtualenv_glyph(__bobthefish_virtualenv_python_version) (basename "$VIRTUAL_ENV")
 end
 
-function __bobthefish_promt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes promt by itself)"
+function __bobthefish_prompt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes prompt by itself)"
   set flag_bg $__bobthefish_lt_blue
   set flag_fg $__bobthefish_dk_blue
   __bobthefish_start_segment $flag_bg $flag_fg
@@ -300,7 +300,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
   __bobthefish_prompt_status
   __bobthefish_prompt_user
   if __bobthefish_in_virtualfish_virtualenv
-    __bobthefish_promt_virtualfish
+    __bobthefish_prompt_virtualfish
   end
   if __bobthefish_in_git
     __bobthefish_prompt_git