summaryrefslogtreecommitdiff
path: root/tests/test_aoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_aoc.c')
-rw-r--r--tests/test_aoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_aoc.c b/tests/test_aoc.c
index 35387df90..119706404 100644
--- a/tests/test_aoc.c
+++ b/tests/test_aoc.c
@@ -359,7 +359,7 @@ AST_TEST_DEFINE(aoc_encode_decode_test)
goto cleanup_aoc_test;
}
- /* Set a currency name larger than 10 characters which is the the maximum
+ /* Set a currency name larger than 10 characters which is the maximum
* length allowed by the ETSI aoc standard. The name is expected to truncate
* to 10 characters. */
if ((ast_aoc_set_currency_info(decoded, 100, AST_AOC_MULT_ONE, "12345678901234567890")) ||