Skip to content

Commit 8e7ff8f

Browse files
committed
Follow-up to r1930929: Typo-fix in comments.
* subversion/tests/libsvn_subr/checksum-test.c (do_bench_test): s/althrough/although/ git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1930950 13f79535-47bb-0310-9956-ffa450edef68
1 parent e7b6afb commit 8e7ff8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subversion/tests/libsvn_subr/checksum-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ do_bench_test(apr_size_t blocksize, svn_checksum_kind_t kind, apr_pool_t *pool)
393393
apr_size_t bytes = count * blocksize;
394394

395395
/* Calling svn_checksum_serialize() is the simplest way to stringify
396-
* checksum kind yet, althrough it also includes extra information such as
396+
* checksum kind yet, although it also includes extra information such as
397397
* the digest itself. */
398398
const char *checksum_str = svn_checksum_serialize(checksum, pool, pool);
399399

0 commit comments

Comments
 (0)