Skip to content

Commit 8f52c9c

Browse files
committed
Fix typos
1 parent 4a0768a commit 8f52c9c

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

content/guides/society-handovers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The new webmaster must register for an SRCF account beforehand, if they don't al
3434

3535
If possible, you may consider keeping the old webmaster as an admin on the account. We recommend two or more admins to ensure the longevity of the society account in case one or more admins become unreachable.
3636

37-
If you are using a content mangement system like WordPress, this is also the time to add the new webmaster via the web interface as an administrator of the website.
37+
If you are using a content management system like WordPress, this is also the time to add the new webmaster via the web interface as an administrator of the website.
3838

3939
## Check details
4040

@@ -46,7 +46,7 @@ Once the new webmaster is added, the incumbent webmaster should explain how the
4646

4747
In the majority of cases where a content management system is used (like WordPress), "updating" can be done via the handy web interface. If something goes wrong though, it is necessary to log in and poke around at the files. We've written tutorials for this.
4848

49-
At this point, the new webmaster should also read our reference material on group accounts, especially on file permissions and how our web services work. The gist of it is that all content gets served from `/public/societies/<socname>/public_html` and private society files are located at `/societies/<socname>/`. Shortcutes (symbolic links) to these are automatically added to your home directory.
49+
At this point, the new webmaster should also read our reference material on group accounts, especially on file permissions and how our web services work. The gist of it is that all content gets served from `/public/societies/<socname>/public_html` and private society files are located at `/societies/<socname>/`. Shortcuts (symbolic links) to these are automatically added to your home directory.
5050

5151
## Email forwarding
5252

content/guides/websites/securing-wordpress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ risks can be minimized by following the hardening steps below.
2828
3. We also recommend you disable *Allow link notifications from other
2929
blogs (pingbacks and trackbacks)* on new posts, under `Settings` \>
3030
`Discussion` in the admin panel.
31-
4. Activate a spam filtering plugin like Akismet and a capatcha system
31+
4. Activate a spam filtering plugin like Akismet and a captcha system
3232
like reCAPTCHA. Akismet is installed by default and just needs
3333
activiating. Go to `.../wp-admin/plugins.php` to install and
3434
activate plugins.
35-
5. You may optionaly want to modify your theme so that it no longer
35+
5. You may optionally want to modify your theme so that it no longer
3636
puts the Wordpress version into the html - this may help stop
37-
hackers finding that you installation is outdated but it does not
37+
hackers finding that your installation is outdated but it does not
3838
protect against problems caused by the version you are using being
3939
compromised.
4040
6. Regularly check up on the status of your installation and keep an

content/reference/email/legacy-mail-on-pip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc: true
99
{{< alert type="info" >}}
1010

1111
This information applies only to users of the 'legacy' or 'advanced'
12-
SRCF mail server. It might apply to you if you had a SRCF account before
12+
SRCF mail server. It might apply to you if you had an SRCF account before
1313
October 2018, or you deliberately chose to handle your mail this way.
1414

1515
To see which email system you are currently using, see the [control
@@ -154,7 +154,7 @@ files. This leads to confusion, and also can lead to your entire home
154154
directory being served over IMAP, which has been known to upset email
155155
software (unsurprisingly).
156156

157-
And for added confusion, Mbox is incapable of storing any email containg
157+
And for added confusion, Mbox is incapable of storing any email containing
158158
a line of text starting with the word 'From'. Yes, really. (Mail
159159
software has to rewrite it as `>From` as a workaround.)
160160

content/tutorials/shell-and-files/logging-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ highlight: true
99

1010
## Overview
1111

12-
Just as a butterfly emerges from its coccoon to explore the great
12+
Just as a butterfly emerges from its cocoon to explore the great
1313
wonders of the world, you, too, will also uncover the great wonders of
1414
Linux with the SRCF by your side. In this tutorial, we'll show you how
1515
to log in to a UNIX-like shell and use the basics of the command line.
@@ -72,7 +72,7 @@ out in your home directory once you log in. The absolute path is
7272
you may have already discovered `ls` stands for list! You can pass in
7373
additional flags to change its output: `ls -la`.
7474

75-
Now, try runnng `pwd`. This stands for *print working directory*. Think
75+
Now, try running `pwd`. This stands for *print working directory*. Think
7676
of this as a street sign. Right now, you're somewhere in the middle of
7777
complex and multi-layered file system on our shell server, which happens
7878
to be your home directory. `pwd` tells you where you are in this

content/tutorials/shell-and-files/terminal-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ command. Use the arrow keys to scroll through the man text and press
8383

8484
All files stored on the system reside in *directories* (this is the
8585
equivalent of Windows folders). The directories are arranged in a
86-
hierachical structure - directories may contain subdirectories and so
86+
hierarchical structure - directories may contain subdirectories and so
8787
on. The top of the hierarchy is called the *root directory*, and is
88-
represented by `/`. Other directories are refered to by their *path*,
88+
represented by `/`. Other directories are referred to by their *path*,
8989
for example, `/home/abc45/` represents the directory `abc45` which is a
9090
subdirectory of 'home', which in turn is a subdirectory of the root
9191
directory.
@@ -103,8 +103,8 @@ directory 'my\_dir', which is a subdirectory of the working directory.
103103

104104
Filenames given without a preceding path are assumed to be in the
105105
working directory. All directories have a special subdirectory called
106-
`..` which refers to the directory one level higher up in the hierachy
107-
(the *parent direcvtory*), so `../some_file.txt` is the file
106+
`..` which refers to the directory one level higher up in the hierarchy
107+
(the *parent directory*), so `../some_file.txt` is the file
108108
`some_file.txt` in the parent directory of the working directory.
109109

110110
To find out your current directory, use the command `pwd`:

content/tutorials/websites/deploy-a-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ end
224224
```
225225

226226
You can then run this by typing `ruby myapp.rb` and going to
227-
<http://localhost:4567> in your web browser. For futher information See
227+
<http://localhost:4567> in your web browser. For further information See
228228
the [Sinatra documentation](http://sinatrarb.com/intro.html).
229229

230230
### Express
@@ -384,7 +384,7 @@ crashes. We highly recommend using `systemd` to supervise your app.
384384
You will want to make your app write to a log file rather than stdout
385385
or stderr.
386386

387-
We have further more general reading [on `systemd` services]({{< relref "/reference/shell-and-files/scheduled-tasks#systemd" >}}).
387+
We have more general reading [on `systemd` services]({{< relref "/reference/shell-and-files/scheduled-tasks#systemd" >}}).
388388

389389
### Notes for Python
390390

content/tutorials/websites/wordpress-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can do this alternatively in the terminal by typing
7171
## Configure WordPress
7272

7373
Great! Now if you head to your website in a browser
74-
`https://**crsid**.user.srcf.net` for an indvidual account or
74+
`https://**crsid**.user.srcf.net` for an individual account or
7575
`https://**groupname**.soc.srcf.net` for a group account) you should see
7676
a friendly welcome screen. Fill in all of the details that it asks for -
7777
leave `localhost` as it is, try not to use `wp_` as the database prefix

0 commit comments

Comments
 (0)