From 384c68e7120f6fecf77821bb3a794ff7ee2f2780 Mon Sep 17 00:00:00 2001 From: Kostiantyn Ponomarenko Date: Sat, 22 Sep 2018 21:50:42 +0300 Subject: Fix a typo in example commit message [skip ci] --- docs/markdown/Adding-new-projects-to-wrapdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Adding-new-projects-to-wrapdb.md b/docs/markdown/Adding-new-projects-to-wrapdb.md index 00fd0d7..832f803 100644 --- a/docs/markdown/Adding-new-projects-to-wrapdb.md +++ b/docs/markdown/Adding-new-projects-to-wrapdb.md @@ -74,7 +74,7 @@ First you need to fork the repository to your own page. Then you can create the emacs upstream.wrap meson.build git add upstream.wrap meson.build - git commit -a -m 'Created wrap files for libfoo-1.0.0.' + git commit -a -m 'Create wrap files for libfoo-1.0.0.' git push origin 1.0.0 Now you can file a merge request. Remember to file it against branch -- cgit v1.1