Skip to content

Commit

Permalink
Merge pull request #179 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
dbu committed Jun 11, 2013
2 parents 0455399 + 415c28b commit 07759c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:

secret: ThisTokenIsNotSoSecretChangeIt

# a little hack to avoid errors on missing node/coffescript.
# a little hack to avoid errors on missing node/coffeescript.
# remove -disabled if you want coffee.
coffee.extension: "\.coffee-disabled$"
coffee.bin: ''
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vagrant::Config.run do |config|

config.vm.network :hostonly, "172.22.22.22"
config.vm.share_folder "v-root", "/vagrant", ".." , :nfs => true
# whithout this symlinks can't be created on the shared folder
# without this symlinks can't be created on the shared folder
config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root", "1"]


Expand Down

0 comments on commit 07759c7

Please sign in to comment.