Skip to content

Commit

Permalink
test-quota: Fix spelling mistakes
Browse files Browse the repository at this point in the history
Original work by @jsoref
  • Loading branch information
cmouse committed Nov 1, 2017
1 parent a3e5780 commit 9cc05ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/quota/test-quota-util.c
Expand Up @@ -51,7 +51,7 @@ static void test_quota_transaction_is_over(void)
struct quota_transaction_context ctx;
unsigned int i;

test_begin("quota transcation is over (count)");
test_begin("quota transaction is over (count)");
for (i = 0; i < N_ELEMENTS(tests); i++) {
if (tests[i].new_size != 1)
continue;
Expand All @@ -69,7 +69,7 @@ static void test_quota_transaction_is_over(void)
}
test_end();

test_begin("quota transcation is over (bytes)");
test_begin("quota transaction is over (bytes)");
for (i = 0; i < N_ELEMENTS(tests); i++) {
i_zero(&ctx);
ctx.count_ceil = 1;
Expand Down

0 comments on commit 9cc05ea

Please sign in to comment.