aboutsummaryrefslogtreecommitdiffstats
path: root/t/003_is_hybrid.t
diff options
context:
space:
mode:
Diffstat (limited to 't/003_is_hybrid.t')
-rw-r--r--t/003_is_hybrid.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003_is_hybrid.t b/t/003_is_hybrid.t
index 37ccbcd..343bc7f 100644
--- a/t/003_is_hybrid.t
+++ b/t/003_is_hybrid.t
@@ -9,7 +9,7 @@ my ($image_path) = @ARGV;
ok (is_hybrid($image_path, 0), "Is hybrid");
-# Verification if the Iso is hybrid
+# Verification if the ISO is hybrid
sub is_hybrid {
my ($img, $full) = @_;