diff options
| author | Randy Thiemann | 2012-09-11 16:53:26 +0300 |
|---|---|---|
| committer | Jack Nagel | 2012-09-11 14:14:53 -0500 |
| commit | 9da64016b53debf4b565c6195e48dd50560868e6 (patch) | |
| tree | 7a32543a1f8b2714cd21eb8f9aa53ef568c4ea47 /Library | |
| parent | 7a494e8d4dce785df58a663b54eaa84b20436e89 (diff) | |
| download | homebrew-9da64016b53debf4b565c6195e48dd50560868e6.tar.bz2 | |
qt: fix typo
Closes #14856.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 1c18c8c0d..a088dfc99 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -17,7 +17,7 @@ class Qt < Formula option :universal option 'with-qtdbus', 'Enable QtDBus module' option 'with-qt3support', 'Enable deprecated Qt3Support module' - option 'with-demos-examples', 'Eanble Qt demos and examples' + option 'with-demos-examples', 'Enable Qt demos and examples' option 'with-debug-and-release', 'Compile Qt in debug and release mode' option 'developer', 'Compile and link Qt with developer options' |
