Skip to content

Commit cc14774

Browse files
authored
Merge pull request #62 from alex-pakalniskis/patch-1
chore: fix potential typo
2 parents 3aa05f4 + 30d7eae commit cc14774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3843,7 +3843,7 @@ function hdinfo() {
38433843
echo "# Onboard: $name"
38443844
;;
38453845
*)
3846-
echo "# unkown"
3846+
echo "# unknown"
38473847
;;
38483848
esac
38493849
}

0 commit comments

Comments
 (0)