[ci skip] Fix a typo in bin/vagrant comment.

This commit is contained in:
Juanito Fatas 2014-04-29 18:36:32 +08:00
parent ad961b24f5
commit 17268dc545
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ruby #!/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 # by Vagrant. This is made to catch any interrupts while Vagrant is
# initializing which have historically resulted in stack traces. # initializing which have historically resulted in stack traces.
Signal.trap("INT") { abort } Signal.trap("INT") { abort }