summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2016-12-17 17:23:19 +0000
committerThe Bundler Bot <bot@bundler.io>2016-12-17 17:23:19 +0000
commit380a91cf7d43033acea9c9a9369211cba68b8fe6 (patch)
treeee8a462394971fdfdf0b96397f00af71d3c68901
parent0d33c94a4ae5ed9327263786c5c107f29b9aba03 (diff)
parent9991a00f1a0a622ec5cbf9fa0e793f39ad1240c6 (diff)
downloadbundler-380a91cf7d43033acea9c9a9369211cba68b8fe6.tar.gz
Auto merge of #5237 - smlx:patch-2, r=segiddins
Fix typo in man page.
-rw-r--r--man/bundle-install.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 92d1d8d42c..3a03090512 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -110,7 +110,7 @@ time `bundle install` is run, use `bundle config` (see bundle-config(1)).
The location to install the specified gems to. This defaults to Rubygems'
setting. Bundler shares this location with Rubygems, `gem install ...` will
have gem installed there, too. Therefore, gems installed without a
- `--path ...` setting will show up by calling `gem list`. Accodingly, gems
+ `--path ...` setting will show up by calling `gem list`. Accordingly, gems
installed to other locations will not get listed.
* `--quiet`: