aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-04-13 17:53:02 +0800
committerXu Cheng2015-04-15 19:51:54 +0800
commitc952fda20230db91aae369423475757a0fc8db71 (patch)
tree35633211a6099c20f65fa363f0d82a278c4ac7cf /Library
parent3cc24528bffc615db84eab91f2ee8a82c77a9901 (diff)
downloadbrew-c952fda20230db91aae369423475757a0fc8db71.tar.bz2
build: fix typo
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index fd0fc05b1..b69055e1e 100644
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -1,5 +1,5 @@
# This script is loaded by formula_installer as a separate instance.
-# Thrown exceptions are propogated back to the parent process over a pipe
+# Thrown exceptions are propagated back to the parent process over a pipe
old_trap = trap("INT") { exit! 130 }