This commit is contained in:
frozolotl 2024-02-14 13:21:17 +01:00 committed by GitHub
parent 8a2527788c
commit fcf64d0ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,7 +398,7 @@ fn decode_utf8(buf: &[u8]) -> FileResult<&str> {
pub enum WorldCreationError {
/// The input file does not appear to exist.
InputNotFound(PathBuf),
/// The input file is not contained withhin the root folder.
/// The input file is not contained within the root folder.
InputOutsideRoot,
/// The root directory does not appear to exist.
RootNotFound(PathBuf),