pidgin/nest

Fix a bunch of typos

19 months ago, Gary Kramlich
73fe5610cc73
Parents 53ae455c4f10
Children f105d31834e0
Fix a bunch of typos

Testing Done:
Ran `codespell` a bunch

Reviewed at https://reviews.imfreedom.org/r/1727/
--- a/hugo/archetypes/post.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/archetypes/post.md Mon Sep 05 22:55:26 2022 -0500
@@ -3,7 +3,7 @@
date: {{ .Date }}
draft: true
hidden: false
-catagories:
+categories:
- blog
description: "" # Leave blank to use the auto summary
audio: [] # Links to any audio files in the post
--- a/hugo/content/about/security/advisories/cve-2005-2102-00.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/content/about/security/advisories/cve-2005-2102-00.md Mon Sep 05 22:55:26 2022 -0500
@@ -19,4 +19,4 @@
### Mitigation
-The filename is validated as UTF-8 before Gaim attemps to display it.
+The filename is validated as UTF-8 before Gaim attempts to display it.
--- a/hugo/content/development/debugging.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/content/development/debugging.md Mon Sep 05 22:55:26 2022 -0500
@@ -49,7 +49,7 @@
```
**Note:** `C:\Program Files (x86)\` is the default path where Pidgin will be installed
-to, if you installed Pidgin to a different directy make sure you use it when
+to, if you installed Pidgin to a different directory make sure you use it when
running the commands expressed above.
This will save the debug logs generated by Pidgin in a file called `debug.log`
@@ -125,7 +125,7 @@
Type "apropos word" to search for commands related to "word".
```
-1. Start the application from withing the debugger by executing the following
+1. Start the application from within the debugger by executing the following
commands:
```
@@ -144,7 +144,7 @@
instead. If that's the case, gdb couldn't read the function names from Pidgin
and so the backtrace won't end up being very useful after all. These means that
you are not meeting the [prerequisites]({{< ref "#prerequisites" >}}) stated at
-the begining of this section. If you see function names, then the backtrace is
+the beginning of this section. If you see function names, then the backtrace is
good and can be attached to your bug report.
1. Look for the `~/pidgin-backtrace.log` file where the contents of the
--- a/hugo/content/help/protocols/xmpp/_index.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/content/help/protocols/xmpp/_index.md Mon Sep 05 22:55:26 2022 -0500
@@ -89,9 +89,9 @@
1. In the Buddy List window, select _Buddies_ -> _Join A Chat_.
1. Select your XMPP account.
1. Fill in the fields you see.
- 1. **Room** should be the short name fo the conference, for example,
+ 1. **Room** should be the short name of the conference, for example,
"myconference".
- 1. **Server** is the server on which the conference will be created. It must
+ 1. **Server** is the server on which the conference will be created. It must
be a MUC server, such as `conference.jabber.org`. The chat's ID will be
Room@Server, so the example "myconference" would have the ID
"myconference@..."
@@ -105,7 +105,7 @@
1. In the Buddy List window, select _Buddies_ -> _Add Chat_.
1. Select your XMPP account.
1. Fill in the fields you see.
- 1. **Room** should be the short name fo the conference, for example,
+ 1. **Room** should be the short name of the conference, for example,
"myconference".
1. **Server** is the server on which the conference will be created. It must
be a MUC server, such as `conference.jabber.org`. The chat's ID will be
--- a/hugo/content/help/theming.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/content/help/theming.md Mon Sep 05 22:55:26 2022 -0500
@@ -189,7 +189,7 @@
sets the background colour of the entire buddy list - doesn't work. So if the
GTK theme is light, the background colour behind buddy text is dark and the
buddy list is short or groups are collapsed - the light background will show
-bellow the buddy list.
+below the buddy list.
To hide this final problem, we have to use both a dark GTK theme and a dark
theme.xml.
--- a/hugo/content/post/google-talk-shutdown.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/content/post/google-talk-shutdown.md Mon Sep 05 22:55:26 2022 -0500
@@ -1,7 +1,7 @@
---
title: "Google Talk Shutdown"
date: 2022-05-16T17:16:43-05:00
-catagories:
+categories:
- blog
---
--- a/hugo/content/post/nest-launch.md Mon Sep 05 22:55:13 2022 -0500
+++ b/hugo/content/post/nest-launch.md Mon Sep 05 22:55:26 2022 -0500
@@ -1,7 +1,7 @@
---
title: Nest Launch
date: 2020-01-14T02:55:01.000Z
-catagories:
+categories:
- blog
- website
lastmod: 2020-01-14T02:55:01.000Z
@@ -15,7 +15,7 @@
Development has been led by Jason Allan who is a new contributor to the
project.
-We haven't transfered everything over yet, so if you're looking for something
+We haven't transferred everything over yet, so if you're looking for something
and the search isn't being helpful, all of the old content is still available
at [old](https://old.pidgin.im) and
[developer.pidgin.im](https://developer.pidgin.im/).