diff options
author | Abdur Rehman <arehmanq199@gmail.com> | 2017-01-01 19:46:44 +0500 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2017-01-03 11:59:15 +0000 |
commit | 3caed395ec54f3c7d1ff3154855a4c9bf240e3a1 (patch) | |
tree | 3a0163a3353710940d1597a32338706da466927e /tools | |
parent | 6f7f9468f1090cd06441fc51f5ce47c67e3b90bc (diff) |
zunitc: fix a typo in a comment
Signed-off-by: Abdur Rehman <arehmanq199@gmail.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zunitc/src/zuc_junit_reporter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zunitc/src/zuc_junit_reporter.c b/tools/zunitc/src/zuc_junit_reporter.c index 5c6b7627..df906401 100644 --- a/tools/zunitc/src/zuc_junit_reporter.c +++ b/tools/zunitc/src/zuc_junit_reporter.c @@ -235,7 +235,7 @@ as_duration(long ms) } else { /* * Special case to match behavior of standard JUnit output - * writers. Asumption is certain readers might have + * writers. Assumption is certain readers might have * limitations, etc. so it is best to keep 100% identical * output. */ |