Skip to content

Commit 2ea43a3

Browse files
committed
fix typos
1 parent bafbcfc commit 2ea43a3

17 files changed

+30
-30
lines changed

_contrib/useful-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See also: [external address queries](/guide/advancedusage.html#query).
4242

4343
* [mail-query](https://github.com/pbrisbin/mail-query) to query addresses found
4444
in the inbox
45-
* [notmuch-addrlookup](https://github.com/aperezdc/notmuch-addrlookup-c) to query adresses
45+
* [notmuch-addrlookup](https://github.com/aperezdc/notmuch-addrlookup-c) to query addresses
4646
indexed by notmuch
4747
* [khard](https://github.com/scheibler/khard) to synchronize address books
4848
between your PC and mobile device with

_data/abbreviations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# txt : !!str, optional; Long term description – consider to use '>' or '|' prefix.
2828
# • When used, keep it short, precise as possible and within one paragraph.
2929
# • As mentioned in Notes above, use TXT: to disable straight quotes conversion.
30-
# url : !!str, !!seq, optional; Reference URL for further term informations.
30+
# url : !!str, !!seq, optional; Reference URL for further term information.
3131
# • In case of !!seq, only the first URL will be used for definition linking.
3232
# attributes: + Node to hold additional but optional term attributes, e.g. "Category", "Type".
3333
# • The attributes will be used as key/value-pairs (!!str/[!!str|!!seq]), so:
@@ -164,7 +164,7 @@
164164
- str : Delivery Status Notification
165165
url : https://en.wikipedia.org/wiki/Bounce_message
166166
attributes:
167-
Category : ["email", "bounce message", "reponder"]
167+
Category : ["email", "bounce message", "responder"]
168168
Type : acronym
169169

170170
- term: EOF

_dev/actions/doxygen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ author: flatcap
2121

2222
This action updates the [Code Docs](https://code.neomutt.org).
2323

24-
NeoMutt's code is throughly commented using Doxygen comment blocks.<br>
24+
NeoMutt's code is thoroughly commented using Doxygen comment blocks.<br>
2525
(Every function, struct, enum, global, and most members are documented)
2626

2727
Learn more about [Doxygen](../doxygen)

_dev/analysis/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ genhtml -o lcov lcov.info
4747
Coveralls performs the same function, but it has a much prettier website.
4848

4949
```sh
50-
# Install the coveralls helper programm
50+
# Install the coveralls helper program
5151
pip install --user cpp-coveralls
5252

5353
export COVERALLS_REPO_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

_dev/docs-rebuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ documents. Along the way we also fix any formatting problems that we introduced
122122
123123
## The future
124124
125-
Mutt's re-use strategy means that if you fix one piece of documentation, then
125+
Mutt's reuse strategy means that if you fix one piece of documentation, then
126126
it will be replicated into all the forms of documentation. But, it means you
127127
need to know where the source is. This is preventing users from helping us.
128128

_dev/github/issue-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For issues concerning:
110110
- [![topic:security](/images/labels/topic-security.svg)](https://github.com/neomutt/neomutt/labels/topic:security)
111111
Security / safety
112112
- [![topic:stability](/images/labels/topic-stability.svg)](https://github.com/neomutt/neomutt/labels/topic:stability)
113-
Stabilty
113+
Stability
114114
- [![topic:testing](/images/labels/topic-testing.svg)](https://github.com/neomutt/neomutt/labels/topic:testing)
115115
Testing of NeoMutt
116116
- [![topic:upstream](/images/labels/topic-upstream.svg)](https://github.com/neomutt/neomutt/labels/topic:upstream)

_dev/roadmap/closed-discussions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Custom display of a folded collapsed thread
148148

149149
Support mouse clicks in the index, sidebar, etc
150150

151-
: **Raised by** @Chinggis6 on 2017-01-20 -- **Result**: not too hard, low prority
151+
: **Raised by** @Chinggis6 on 2017-01-20 -- **Result**: not too hard, low priority
152152

153153
### [#294 Have the keymap functions accept arguments][#294]
154154

_posts/2016-08-13-news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These features are under development and may be available soon.
8787
| :--------------------- | :-------------------------------------------------- |
8888
| Attached | Prevent missing attachments |
8989
| Sensible-Browser | Make the file browser behave |
90-
| Virtual Unmailboxes | Remove unwanted vitual mailboxes |
90+
| Virtual Unmailboxes | Remove unwanted virtual mailboxes |
9191
| XDG Config Dirs | Look for config files in Desktop-Standard locations |
9292

9393
### Upstream

_posts/2017-01-28-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cautious, there will be a bug-fix release very soon.
1313
- Search windows (create a time frame and move it back/forward)
1414
- Config files
1515
- `source` command will now look for files relative the current file
16-
- multiple config files can be specfied on the command line
16+
- multiple config files can be specified on the command line
1717
- Message pattern `~m` can use a relative syntax
1818
- New config option `$empty_subject` for replying
1919
- Add SASL PLAIN mechanism as an authenticator

_posts/2017-02-25-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ and our **regular contributors**:
122122
(@guyzmo)
123123
- Turn mutt_new\_\* macros into inline functions
124124
(@gahr)
125-
- Do not cast return values from malloc (et similia)
125+
- Do not cast return values from malloc (et similar)
126126
(@gahr)
127127

128128
## Upstream

0 commit comments

Comments
 (0)