chore: update unix.rs

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine 2025-04-22 23:24:43 +09:00 committed by GitHub
parent e6dd95a42e
commit 0e982dc127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ pub fn set(
"Failed to set wallpaper, the program <red>{command}</> was not found in PATH!"
)
} else {
error!("Some error(s) occured while setting wallpaper!");
error!("Some error(s) occurred while setting wallpaper!");
}
}
};