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

@ -89,7 +89,7 @@ in {
};
package = mkOption {
description = "lldb pacakge";
description = "lldb package";
type = package;
default = pkgs.lldb;
};