From c47c84820e6f48be9eb70261d4d790229b1b3294 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 2 Aug 2014 22:03:34 +0200 Subject: [PATCH] Fix typo in documentation --- doc/geany.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/geany.txt b/doc/geany.txt index 8a5078fec5..b72e4e867c 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -5139,7 +5139,7 @@ After you are happy with your changes, create a patch e.g. by using:: or even better, by creating a Git-formatted patch which will keep authoring and description data, by first committing your changes (doing so in a fresh -new branch is recommended for `matser` not to diverge from upstream) and then +new branch is recommended for `master` not to diverge from upstream) and then using git format-patch:: % git checkout -b my-documentation-changes # create a fresh branch