[geany/geany] 25f6cb: Merge pull request #3096 from deining/contrib
Enrico Tröger
git-noreply at xxxxx
Sun Jan 23 12:32:08 UTC 2022
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: GitHub <noreply at github.com>
Date: Sun, 23 Jan 2022 12:32:08 UTC
Commit: 25f6cb655c53886e2ba3e956b3e07f96f804563c
https://github.com/geany/geany/commit/25f6cb655c53886e2ba3e956b3e07f96f804563c
Log Message:
-----------
Merge pull request #3096 from deining/contrib
Fixing typos
Modified Paths:
--------------
HACKING
doc/geany.txt
Modified: HACKING
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -113,7 +113,7 @@ it's for.
Plugin API code
---------------
Please be aware that anything with a doc-comment (a comment with an
-extra asterix: ``/**``) is something in the plugin API. Things like
+extra asterisk: ``/**``) is something in the plugin API. Things like
enums and structs can usually still be appended to, ensuring that all
the existing elements stay in place - this will keep the ABI stable.
Modified: doc/geany.txt
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -461,15 +461,15 @@ can create a file named ``geany.css`` in the user configuration directory
are applied to allow overriding the default styles.
Geany offers a number of CSS IDs which can be used to taylor its
-appearence. Among the more interesting include:
+appearance. Among the more interesting include:
* ``geany-compiler-context`` - the style used for build command output surrounding errors
* ``geany-compiler-error`` - the style used for build command errors
* ``geany-compiler-message`` - the style other output encountered while running build command
* ``geany-document-status-changed`` - the style for document tab labels when the document is changed
* ``geany-document-status-disk-changed`` - the style for document tab labels when the file on disk has changed
* ``geany-document-status-readyonly``` - the style for document tab labels when the document is read-only
-* ``geany-search-entry-no-match`` - the style of find/replace diaog entries when no match is found
+* ``geany-search-entry-no-match`` - the style of find/replace dialog entries when no match is found
* ``geany-terminal-dirty`` - the style for the message window Terminal tab label when the terminal output has changed.
@@ -1043,7 +1043,7 @@ will be replaced when using the snippet:
Snippet names must not contain spaces otherwise they won't
work correctly. But beside that you can define almost any
string as a snippet and use it later in Geany. It is not limited
-to existing contructs of certain programming languages(like ``if``,
+to existing constructs of certain programming languages(like ``if``,
``for``, ``switch``). Define whatever you need.
**Template wildcards**
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list