summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-cli/src')
-rw-r--r--crates/typst-cli/src/world.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/src/world.rs b/crates/typst-cli/src/world.rs
index 55e7183b..26bca325 100644
--- a/crates/typst-cli/src/world.rs
+++ b/crates/typst-cli/src/world.rs
@@ -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),