treewide: find and fix more typos

This commit is contained in:
raf 2024-11-26 11:24:25 +03:00
commit a3038b697d
Signed by: NotAShelf
GPG key ID: AF26552424E53993
4 changed files with 4 additions and 15 deletions

View file

@ -22,7 +22,7 @@ in {
default_timeout = mkOption {
type = int;
default = 5000;
description = "Default timeout value, in miliseconds";
description = "Default timeout value, in milliseconds";
};
sources = mkOption {