summaryrefslogtreecommitdiff
path: root/src/init.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-29 01:51:22 +0100
committermo8it <mo8it@proton.me>2024-03-29 01:51:22 +0100
commit2b01811fe9344fa4afdef95fb934745176cab1b2 (patch)
tree32fadc9e4c72eb2c21f9f621565b7c567b57c837 /src/init.rs
parenta561a0f7f0378ac98ee4f025f5023c320af794b8 (diff)
Fix typo
Diffstat (limited to 'src/init.rs')
-rw-r--r--src/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.rs b/src/init.rs
index e640c25..1ec8484 100644
--- a/src/init.rs
+++ b/src/init.rs
@@ -59,7 +59,7 @@ If you didn't already initialize Rustlings, please initialize it in another dire
if let Err(e) = create_dir(rustlings_path) {
if e.kind() == ErrorKind::AlreadyExists {
bail!(
- "A directory with the name `rustligs` already exists in the current directory.
+ "A directory with the name `rustlings` already exists in the current directory.
You probably already initialized Rustlings.
Run `cd rustlings`
Then run `rustlings` again"