diff options
-rw-r--r-- | bdep/new.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index e461d42..9f4ddf6 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -444,7 +444,7 @@ namespace bdep if (tp) { - os << "This is a `build2` package reporitory for [`" << n << "`](https://<UPSTREAM-URL>)," << '\n' + os << "This is a `build2` package repository for [`" << n << "`](https://<UPSTREAM-URL>)," << '\n' << "a <SUMMARY-OF-FUNCTIONALITY>." << '\n'; } else |