summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"