diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-04-20 23:23:36 +0530 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-05-12 18:03:16 +0100 |
commit | 8ab93178fda538f653ecd7823656516b821b4f51 (patch) | |
tree | 0fe504bebe63abc346650312543004e191a03543 /man | |
parent | 2782dba5a80ab0d58c3fc5faca8a5b4764e8c10f (diff) | |
download | bundler-8ab93178fda538f653ecd7823656516b821b4f51.tar.gz |
Fixed typos
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-install.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 44f36a9805..1bf9066308 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -321,7 +321,7 @@ evaluates the gems currently being used to satisfy its requirements: also used to satisfy a dependency in `activemerchant`, which is not being updated * `rack ~> 1.1.0`: - not currently being used to satify another dependency + not currently being used to satisfy another dependency Because you did not explicitly ask to update `activemerchant`, you would not expect it to suddenly stop working after updating |