summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-28 11:48:54 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-28 11:48:54 +0200
commit74a82fa104288a21ef751f528f8056de826a33d6 (patch)
treec7d4589c6702ec89323a5f1a64048e88deaacb60
parent64972a0be5af096218669711274d959d96283fc9 (diff)
Fix -c typo (Noticed-by: Joe Norton)
-rw-r--r--src/rebar.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index cd285df..7680d5a 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -301,7 +301,7 @@ test-compile Compile sources for eunit/qc run
eunit [suites=foo] Run eunit [test/foo_tests.erl] tests
ct [suites=] [case=] Run common_test suites
-qc Test QuichCheck properties
+qc Test QuickCheck properties
xref Run cross reference analysis