isobusfs: fix typos

Typos were found with codespell.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
Yegor Yefremov
2025-03-02 15:44:40 +01:00
parent a24bff8b08
commit 72a9fd8ccd
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1077,7 +1077,7 @@ int isobusfs_cli_interactive(struct isobusfs_priv *priv)
}
}
pr_int("unknown comand\n");
pr_int("unknown command\n");
isobusfs_cli_promt(priv);
} else {
if (errno != EAGAIN && errno != EWOULDBLOCK)