# HG changeset patch
# User Martin Lundberg <martin.lundberg@gmail.com>
# Date 1341565279 -10800
# Node ID 3f2a0e4680be3c6bc0bb3e8a91323be6f0df96ce
# Parent  5d5ce69f0944f61122d205be9f01ba516850e199
Fixes path error

diff -r 5d5ce69f0944 -r 3f2a0e4680be chapters/44.markdown
--- a/chapters/44.markdown	Fri Jul 06 11:59:48 2012 +0300
+++ b/chapters/44.markdown	Fri Jul 06 12:01:19 2012 +0300
@@ -72,7 +72,7 @@
     :set filetype?
 
 This time Vim displays `filetype=potion`.  When Vim started up it loaded the
-autocommand group inside `~/.vim/bundle/potion.vim`, and when it opened
+autocommand group inside `~/.vim/bundle/ftdetect/potion.vim`, and when it opened
 `factorial.pn` the autocommand fired, setting the `filetype` to `potion`.
 
 Now that we've taught Vim to recognize Potion files we can move on to actually