aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wkhtmltopdf.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-01-04 00:05:05 -0600
committerJack Nagel2012-01-06 09:43:54 -0600
commit6e2d550cf4961129a790bfb0973f8e88704f439d (patch)
tree9b96153922627807f2415492f6e6fe53cb60d130 /Library/Formula/wkhtmltopdf.rb
parent9a96d3697619aba476e0e07ab9263789c2283be9 (diff)
downloadhomebrew-6e2d550cf4961129a790bfb0973f8e88704f439d.tar.bz2
Fix spelling mistakes
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wkhtmltopdf.rb')
-rw-r--r--Library/Formula/wkhtmltopdf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wkhtmltopdf.rb b/Library/Formula/wkhtmltopdf.rb
index cdc3f073e..c3858e8a4 100644
--- a/Library/Formula/wkhtmltopdf.rb
+++ b/Library/Formula/wkhtmltopdf.rb
@@ -14,7 +14,7 @@ class Wkhtmltopdf < Formula
s.gsub! 'include($$join(TEMP, "/"))', ''
end
- # Always creates a uselles .app doh,
+ # Always creates a useless .app doh,
# AFAIK this is fixed in 0.10.0beta
wkhtml_bin = 'wkhtmltopdf.app/Contents/MacOS/wkhtmltopdf'
wkhtml_man = "#{name}.1"