Skip to content

Commit b8f855c

Browse files
authored
Merge pull request #1235 from jsoref/spelling
Spelling
2 parents c12127a + b4d5c7c commit b8f855c

File tree

91 files changed

+150
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+150
-148
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ OpenSSL License
449449
* must display the following acknowledgement:
450450
* "This product includes cryptographic software written by
451451
* Eric Young ([email protected])"
452-
* The word 'cryptographic' can be left out if the rouines from the library
452+
* The word 'cryptographic' can be left out if the routines from the library
453453
* being used are not cryptographic related :-).
454454
* 4. If you include any Windows specific code (or a derivative thereof) from
455455
* the apps directory (application code) you must include an acknowledgement:

active-response/firewall-drop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lock()
7070
mkdir ${LOCK} > /dev/null 2>&1
7171
MSL=$?
7272
if [ "${MSL}" = "0" ]; then
73-
# Lock aquired (setting the pid)
73+
# Lock acquired (setting the pid)
7474
echo "$$" > ${LOCK_PID}
7575
return;
7676
fi

active-response/firewalld-drop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lock()
6161
mkdir ${LOCK} > /dev/null 2>&1
6262
MSL=$?
6363
if [ "${MSL}" = "0" ]; then
64-
# Lock aquired (setting the pid)
64+
# Lock acquired (setting the pid)
6565
echo "$$" > ${LOCK_PID}
6666
return;
6767
fi

active-response/firewalls/ipfw_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Author: Rafael Capovilla - under @ ( at ) underlinux.com.br
66
# Author: Daniel B. Cid - dcid @ ( at ) ossec.net
77
# Author: Charles W. Kefauver ckefauver @ ( at ) ibacom.es
8-
# changed for Mac OS X compatability
8+
# changed for Mac OS X compatibility
99
# Last modified: August 14, 2006
1010

1111
UNAME=`uname`

active-response/host-deny.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lock()
3333
mkdir ${LOCK} > /dev/null 2>&1
3434
MSL=$?
3535
if [ "${MSL}" = "0" ]; then
36-
# Lock aquired (setting the pid)
36+
# Lock acquired (setting the pid)
3737
echo "$$" > ${LOCK_PID}
3838
return;
3939
fi

contrib/compile_alerts.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ()
7777
print STDERR "$0 [-u|--user-signatures] <user-signatures-dir> [-s|--signatures] <signatures-dir>\n"
7878
."\n\nBUGS:\n"
7979
. "I just wanted to deliver version one.\n"
80-
. "I will change the script to read the directory sorted, so you can link signatures with names that would emulate the behavios of the sysV system.\n";
80+
. "I will change the script to read the directory sorted, so you can link signatures with names that would emulate the behavior of the sysV system.\n";
8181

8282
exit;
8383
}

contrib/config2xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ END
135135

136136
if ( exists($config{'active_response'}) ) { # should always be true
137137
if ($config{'active_response'} eq 'disabled') {
138-
print " <active-response>\n <disabled>yes</diabled>\n </active-response>\n\n";
138+
print " <active-response>\n <disabled>yes</disabled>\n </active-response>\n\n";
139139
} else {
140140
# Could use some comments/insight here, since I don't use the active response features.
141141
foreach my $cmd ( sort(@{$config{'active-response-command'}}) ) {

contrib/debian-packages/generate_ossec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ do
394394
local changes_file="${package}_${ossec_version}-${package_version}${codename}_${arch}.changes"
395395
local results_dir="/var/cache/pbuilder/${codename}-${arch}/result/${package}"
396396
if [ ! -f ${results_dir}/${deb_file} ] || [ ! -f ${results_dir}/${changes_file} ] ; then
397-
echo "Error: Coudn't find ${deb_file} or ${changes_file}" | write_log
397+
echo "Error: Couldn't find ${deb_file} or ${changes_file}" | write_log
398398
exit 1
399399
fi
400400

contrib/debian-packages/ossec-hids-agent/debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Upstream Authors:
1515
1616
1717
18-
jeremy@jeremyrossy.com
18+
jeremy@jeremyrossi.com
1919
2020

2121
Copyright:

contrib/debian-packages/ossec-hids/debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Upstream Authors:
1515
1616
1717
18-
jeremy@jeremyrossy.com
18+
jeremy@jeremyrossi.com
1919
2020

2121
Copyright:

0 commit comments

Comments
 (0)