summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2022-01-17 16:42:20 -0800
committerRuss Allbery <rra@cpan.org>2022-01-17 16:42:20 -0800
commit9bf6754f14eb820218e86f8e3ea8af808edcfb98 (patch)
tree666f47edb62389ea448a9b3bd6d8716a9f8b99d2
parent900e82f7967cc2df47a10412802662c25cdf3952 (diff)
Fix units in t/docs/spdx-license.t comment
KiB, not KB.
-rwxr-xr-xt/docs/spdx-license.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/docs/spdx-license.t b/t/docs/spdx-license.t
index 15ee7e0..0a0fae4 100755
--- a/t/docs/spdx-license.t
+++ b/t/docs/spdx-license.t
@@ -9,7 +9,7 @@
# The canonical version of this file is maintained in the rra-c-util package,
# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
#
-# Copyright 2018-2021 Russ Allbery <eagle@eyrie.org>
+# Copyright 2018-2022 Russ Allbery <eagle@eyrie.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -121,7 +121,7 @@ sub check_file {
close($file) or BAIL_OUT("Cannot close $path");
# If there is a legacy license notice, report a failure regardless of file
- # size. Otherwise, skip files under 1KB. They can be rolled up into the
+ # size. Otherwise, skip files under 1KiB. They can be rolled up into the
# overall project license and the license notice may be a substantial
# portion of the file size.
if ($saw_legacy_notice) {