diff --git a/src/Composer/Command/CreateProjectCommand.php b/src/Composer/Command/CreateProjectCommand.php
index e7a0a19bc..6df45c229 100644
--- a/src/Composer/Command/CreateProjectCommand.php
+++ b/src/Composer/Command/CreateProjectCommand.php
@@ -64,7 +64,7 @@ controlled code by appending the '--prefer-source' flag. Also, it i
advisable to install all dependencies required for development by appending the
'--dev' flag.
-To install a package from another repository repository than the default one you
+To install a package from another repository than the default one you
can pass the '--repository-url=http://myrepository.org' flag.
EOT