Merge pull request #3572 from JuanitoFatas/patch/fix-a-typo

[ci skip] Fix a typo in bin/vagrant comment.
This commit is contained in:
Teemu Matilainen 2014-04-29 09:18:35 -03:00
commit 0a11ecebb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
# Trap interrupts to quit cleanly. This will be overriden at some point
# Trap interrupts to quit cleanly. This will be overridden at some point
# by Vagrant. This is made to catch any interrupts while Vagrant is
# initializing which have historically resulted in stack traces.
Signal.trap("INT") { abort }