diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-02 10:48:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-02 10:48:20 +0200 |
commit | 93c3a46eecba45214731a81a302445c55d4147b4 (patch) | |
tree | 874fc83e23dbf92ddb0520e4ceb96ed96b04ff17 | |
parent | 2d9112e84d735e1948313240df8d5140364cca0e (diff) |
Fix typo in bdep-new generated repository README.md
-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 |