summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-04-19 20:23:18 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-04-19 20:23:18 -0700
commitcd36aa6bfbf8e1fc4425b4099186812459c62a27 (patch)
treeaf86c76acb49a11518ba31321dc7327a1c13ac3b
parent9106c36c02db48e412024a306d0fe8cd467fb321 (diff)
downloadbundler-cd36aa6bfbf8e1fc4425b4099186812459c62a27.tar.gz
[Documentation] Fix spelling for ParallelInstaller#process_specs
-rw-r--r--lib/bundler/installer/parallel_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/installer/parallel_installer.rb b/lib/bundler/installer/parallel_installer.rb
index d4a9f7c253..2c687caec5 100644
--- a/lib/bundler/installer/parallel_installer.rb
+++ b/lib/bundler/installer/parallel_installer.rb
@@ -85,7 +85,7 @@ class ParallelInstaller
}
end
- # Dequeue a spec and save its post-install message anf then enqueue the
+ # Dequeue a spec and save its post-install message and then enqueue the
# remaining specs.
# Some specs might've had to wait til this spec was installed to be
# processed so the call to `enqueue_specs` is important after every