From b9afcfd96bac03791764245b9376c8196d340398 Mon Sep 17 00:00:00 2001 From: crazycatdevs <44431938+crazycatdevs@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:35:22 +0200 Subject: [PATCH] Small typo Corrected "unknow" to "unknown" --- scripts/alltools.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/alltools.tcl b/scripts/alltools.tcl index 2eee787d8..58b50bdce 100644 --- a/scripts/alltools.tcl +++ b/scripts/alltools.tcl @@ -465,7 +465,7 @@ proc achannels {{attr ""}} { } else { if {[catch {set atype [chansettype $attr]}]} { set atype "unknow" } if {$atype ne "flag"} { - throw {TCL ATTRUNK "$attr is unknow or not flag attribute"} "$attr is unknow or not flag attribute" + throw {TCL ATTRUNK "$attr is unknown or not flag attribute"} "$attr is unknown or not flag attribute" return } foreach c [channels] { @@ -473,4 +473,4 @@ proc achannels {{attr ""}} { } } return $achans -} \ No newline at end of file +}