From 9bf6754f14eb820218e86f8e3ea8af808edcfb98 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 17 Jan 2022 16:42:20 -0800 Subject: Fix units in t/docs/spdx-license.t comment KiB, not KB. --- t/docs/spdx-license.t | 4 ++-- 1 file 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 . # -# Copyright 2018-2021 Russ Allbery +# Copyright 2018-2022 Russ Allbery # # 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) { -- cgit v1.2.3