summaryrefslogtreecommitdiff
path: root/doc/en/weechat_dev.en.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-11-01 10:14:32 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-11-01 10:14:32 +0100
commit3d4c4aac9bcd8aaf2e3335a18a083d59192f83a8 (patch)
tree4b8b31ad50daa7e9d38f393be0ad7f7d51e7b095 /doc/en/weechat_dev.en.asciidoc
parent013165209af818daba6b6c5869e822ec9cb86fc3 (diff)
downloadweechat-3d4c4aac9bcd8aaf2e3335a18a083d59192f83a8.zip
doc: minor changes in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.asciidoc')
-rw-r--r--doc/en/weechat_dev.en.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc
index 70f2283cc..2422a9261 100644
--- a/doc/en/weechat_dev.en.asciidoc
+++ b/doc/en/weechat_dev.en.asciidoc
@@ -303,7 +303,7 @@ WeeChat "core" is located in following directories:
| test-string.cpp | Tests: strings
| test-url.cpp | Tests: URLs
| test-utf8.cpp | Tests: UTF-8
-| test-util.cpp | Tests: util functions
+| test-util.cpp | Tests: utility functions
|===
[[documentation_translations]]
@@ -945,7 +945,7 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000,
Git repository is at this URL: https://github.com/weechat/weechat
Any patch for bug or new feature must be done on master branch, preferred way is
-a Github pull request. A patch can also be sent by e-mail (made with `git diff`
+a GitHub pull request. A patch can also be sent by e-mail (made with `git diff`
or `git format-patch`).
Format of commit message is the following (to close a GitHub issue):