Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mig-hub committed Jan 23, 2013
1 parent 8956a60 commit f435a1f
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion addons/Blowfish/source/IoBlowfish.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The Blowfish object can be used to do encryption and decryption using
the <a href=http://en.wikipedia.org/wiki/Blowfish_(cipher)>Blowfish</a> keyed, symmetric block cipher.
<p>
Example encryption and decription;
Example encryption and description;
<pre>
key := "secret"
Expand Down
2 changes: 1 addition & 1 deletion addons/Loudmouth/io/Loudmouth.io
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Loudmouth startMainLoop
handleConnectFailure := method()
//doc Loudmouth handleAuthenticated Slot called upon successful authentication.
handleAuthenticated := method()
//doc Loudmouth handleAuthenticationFailure Slot called if username/password combinaton is wrong.
//doc Loudmouth handleAuthenticationFailure Slot called if username/password combination is wrong.
handleAuthenticationFailure := method()
//doc Loudmouth handleDisconnect Slot called upon closing the connection with the server.
handleDisconnect := method()
Expand Down
4 changes: 2 additions & 2 deletions addons/SystemCall/source/IoSystemCall.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//metadoc SystemCall license BSD revised
//metadoc SystemCall category Server
/*metadoc SystemCall description
A binding for "callsystem - system() on steorids"
A binding for "callsystem - system() on steroids"
<UL>
<LI> asynchonous running of a child process
<LI> asynchronous running of a child process
<LI> setup of the environment
<LI> substitution of environment variables
<LI> connect all 3 standard streams to pipes, null devices, or files
Expand Down
4 changes: 2 additions & 2 deletions addons/SystemCall/source/callsystem.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
callsystem - system() on steorids
callsystem - system() on steroids
features:
- asynchonous running of a child process
- asynchronous running of a child process
- setup of the environment
- substitution of environment variables
- connect all 3 standard streams to pipes, null devices, or files
Expand Down
4 changes: 2 additions & 2 deletions addons/SystemCall/source/callsystem.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef CALLSYSTEM_INCLUDED
#define CALLSYSTEM_INCLUDED
/*
callsystem - system() on steorids (by ceteh?)
callsystem - system() on steroids (by ceteh?)
features:
- asynchonous running of a child process
- asynchronous running of a child process
- setup of the environment
- substitution of environment variables
- connect all 3 standard streams to pipes, null devices, or files
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/Encryption/Blowfish/Blowfish/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Io Reference</h1>
<td>The Blowfish object can be used to do encryption and decryption using
the <a href=http://en.wikipedia.org/wiki/Blowfish_(cipher)>Blowfish</a> keyed, symmetric block cipher.
<p>
Example encryption and decription;
Example encryption and description;

<pre>
key := "secret"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/Networking/Loudmouth/Loudmouth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>Io Reference</h1>
</b>
<p>
<div class=slotDescription>
Slot called if username/password combinaton is wrong.
Slot called if username/password combination is wrong.
</div>
<a name="Loudmouth-handleConnect"></a><b>
handleConnect
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/Server/Curses/Curses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>Io Reference</h1>
<p>
<div class=slotDescription>
Ends curses mode. This should be called before standard io's read
and write methods are used. Returs self.
and write methods are used. Returns self.
</div>
<a name="Curses-get"></a><b>
get(n)
Expand Down Expand Up @@ -134,7 +134,7 @@ <h1>Io Reference</h1>
</b>
<p>
<div class=slotDescription>
Returns user input up to a return, or a maximun of n characters.
Returns user input up to a return, or a maximum of n characters.
</div>
<a name="Curses-insert"></a><b>
insert(aString)
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/Server/SystemCall/SystemCall/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ <h1>Io Reference</h1>
<tr>
<td align=right></td>
<td></td>
<td>A binding for "callsystem - system() on steorids"
<td>A binding for "callsystem - system() on steroids"

<UL>
<LI> asynchonous running of a child process
<LI> asynchronous running of a child process
<LI> setup of the environment
<LI> substitution of environment variables
<LI> connect all 3 standard streams to pipes, null devices, or files
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/docs.json

Large diffs are not rendered by default.

0 comments on commit f435a1f

Please sign in to comment.