summaryrefslogtreecommitdiff
path: root/crates/typst-cli
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-02-14 13:21:17 +0100
committerGitHub <noreply@github.com>2024-02-14 12:21:17 +0000
commitfcf64d0ee0c2c48580f5d3576f8d53df4922c5e9 (patch)
tree93c3d01def109537a3131d302281f8c1a0e065d0 /crates/typst-cli
parent8a2527788c33dd41ddefaad4c47a01d9442d898e (diff)
Fix typo (#3412)
Diffstat (limited to 'crates/typst-cli')
-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),