chore: fix typo in comment to make spell-check pass (#6239)

Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
This commit is contained in:
Thorsten Hans 2024-09-06 21:30:56 +02:00 committed by GitHub
parent 281967839c
commit b0669daf6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -583,7 +583,7 @@ license = "MIT"
#[test]
fn test_extract_nimble_package_version_for_non_nimble_directory() -> io::Result<()> {
// Only create an empty directory. There's no .nibmle file for this case.
// Only create an empty directory. There's no .nimble file for this case.
let project_dir = create_project_dir()?;
let starship_config = toml::toml! {