Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apmcount
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ PERCENT_ONE="This percentage lasted (in secs): "
PERCENT_ALL="The complete battery would aprox. live about (minutes)"
TIME_RAN="We ran so long:"
PERCENT_START="We started at percent:"
PERCENT_STOP="We stoped at percent:"
PERCENT_STOP="We stopped at percent:"
USED_PERCENT="We used so many percent of battery:"
ONE_HOUR_TIME="For one hour running this machine we need"
TO_LESS_PERCENT="Sorry, we ran to short and didn't get enough percents. \
Please take some more time to run `basename $0`."
TO_LESS_TIME="Sorry, we ran to short. Give me some more time to run."
SORRY_ONLINE="Sorry, running apmcount while beeing AC-Online is senseless."
SORRY_ONLINE="Sorry, running apmcount while being AC-Online is senseless."

####### END OF MESSAGES ########

Expand Down Expand Up @@ -125,7 +125,7 @@ if [ "`apm | grep "battery charging"`" != "" ]; then
exit 1
fi

# do it until we recieve the ctrl+C sequenz
# do it until we receive the ctrl+C sequenz
while [ $EXIT != "yes" ] ; do

# position number sixth is "XX%" (67%), eleminate the percent sign
Expand Down
2 changes: 1 addition & 1 deletion axfrs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for domain in "$@"; do
$ECHO "Servers: $NS_SERVERS"

for server in $NS_SERVERS; do
$ECHO "Quering $server for $domain ..."
$ECHO "Querying $server for $domain ..."
$DIG @$server $domain axfr >> $domain-$server 2>&1
$ECHO "Done. Saved output to $domain-$server"
done
Expand Down
4 changes: 2 additions & 2 deletions cron/webalizer.cron
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Last Modified: 20. Mai 2003
# Version : 1.02

# Preperations
# Preparations

# unset / set varibales
# unset / set variables
SERV=""
WEBALIZER="/usr/bin/nice -n 20 webalizer"
ERR_LOG="/var/log/webalizer.err"
Expand Down
4 changes: 2 additions & 2 deletions cron/webalizer.cron-v0.2
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Last Modified: 20. Mai 2003
# Version : 1.02

# Preperations
# Preparations

# unset / set varibales
# unset / set variables
SERV=""
WEBALIZER="/usr/bin/nice -n 20 webalizer -c"
ERR_LOG="/var/log/webalizer.err"
Expand Down
2 changes: 1 addition & 1 deletion edit-server-text-aid-chromium
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# A simple web server that just listens for textarea filter requests
# and runs an editor to manipulate the text. Is intended to be
# used with the TextAid extention for Chrome.
# used with the TextAid extension for Chrome.
#
# NOTE: If you use this on a shared system, you should configure TextAid
# with a username & password and make sure that the saved authorization
Expand Down
2 changes: 1 addition & 1 deletion eth/reservation_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ curl --silent --netrc ${site} | \

print $2 ":" year cyear " " month " " day
}
# print unchangable lines
# print unchangeable lines
$4 ~ /(permanent|time-frame|^ *$)/ { print $0 }
'

2 changes: 1 addition & 1 deletion http-auth.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
my $worte = shift;
my $ppid = $$;

# standard values: user changable
# standard values: user changeable
my $ua = LWP::UserAgent->new;
$ua->agent("C3/25"); # as you like
my $concurrent = 2; # number of forks testing http-auth
Expand Down
2 changes: 1 addition & 1 deletion install-qmail
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ case "\$1" in
# ferne
tcpserver -x /etc/tcp.smtp.cdb -v -u \$QMAILD -g \$NOFILES 0 smtp $QMAIL_HOME/bin/qmail-smtpd 2>&1 | $QMAIL_HOME/bin/splogger smtpd 3 &

# lokal
# local
$QMAIL_HOME/rc

# pop3
Expand Down
2 changes: 1 addition & 1 deletion jpeg2gifanim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Date: 14th of March 2k+1
# LastChanged: 15th of March 2k+1
# Copying: See GNU GENERAL PUBLIC LICENSE ; Version 2, June 1991
# Descripton: JPEG to GIF
# Description: JPEG to GIF
# This script uses the Blender output (JPEG files) and makes
# an gif-animation of them

Expand Down
2 changes: 1 addition & 1 deletion network/httrack-twiki
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Proxy (return=none) :
You can define wildcards, like: -*.gif +www.*.com/*.zip -*img_*.zip
Wildcards (return=none) :+*.pdf

You can define additional options, such as recurse level (-r<number>), separed by blank spaces
You can define additional options, such as recurse level (-r<number>), separated by blank spaces
To see the option list, type help
Additional options (return=none) :--preserve

Expand Down
2 changes: 1 addition & 1 deletion nottoomuch-addresses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if ($ARGV[0] eq '--update')

unlink $adbpath if defined $ARGV[1] and $ARGV[1] eq '--rebuild';

my ($sstr, $acount) = (0, 0);
my ($sstr, $account) = (0, 0);
if (-s $adbpath) {
die "Cannot open '$adbpath': $!\n" unless open I, '<', $adbpath;
sysread I, $_, 18;
Expand Down
2 changes: 1 addition & 1 deletion old/gentoo-bug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "Please enter information as exact as possible. Thanks."
echo ""

package=`reread package-name`
error=`reread "Error occured (short description)"`
error=`reread "Error occurred (short description)"`
problem=`reread "Please describe problem in your words"`

rm -f "$TMP"
Expand Down
2 changes: 1 addition & 1 deletion old/latex2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


if [ $# -lt 1 ]; then
echo `basename $0`': file(s) (may ommit .tex extension)'
echo `basename $0`': file(s) (may omit .tex extension)'
echo 'Hey, hey guy, what to convert ?'
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion old/mails_counter
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Author: Nico Schottelius <nicos@pcsystems.de>
# Date: 12th of October 2k
# Last Modifed: dito
# Last Modified: dito
# Copyright: GPL 2.0 or newer

#
Expand Down
2 changes: 1 addition & 1 deletion old/slowtar
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Last Modified by:

##################################### START ####################################
###################### Change everthing you need here ##########################
###################### Change everything you need here ##########################
##################################### START ####################################

# To which device backup ?
Expand Down
2 changes: 1 addition & 1 deletion ping_alive
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ while true; do
if [ $ret = "failed" ]; then
echo "Failed: "`date`
else
echo "Recieved: "`date`
echo "Received: "`date`
fi
sleep $sleep
done
Expand Down
2 changes: 1 addition & 1 deletion rename
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ sub updateReferingPages
my $insertWeb = ($itemWeb eq $newWeb) ? "" : "$newWeb.";
s/($preTopic)\Q$oldWeb.$oldTopic\E(?=$postTopic)/$1$insertWeb$newTopic/g;
} else {
# Only replace bare topic (i.e. not preceeded by web) if web of referring
# Only replace bare topic (i.e. not preceded by web) if web of referring
# topic is in original Web of topic that's being moved
if( $oldWeb eq $itemWeb ) {
my $insertWeb = ($oldWeb eq $newWeb) ? "" : "$newWeb.";
Expand Down
6 changes: 3 additions & 3 deletions screen-login
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Author: Nico Schottelius <nico@schottelius.net>
# Date: 03-Dec-2002
# Last Modified: 03-Dec-2002
# Comment: Automaticly start screen. But only one time
# Comment: Automatically start screen. But only one time
# Comment: Connect to old session if it exists.
# Comment: Allows multiply views of one session.
# Comment: The problem is we get called recursivly: first login->bash
# Comment: The problem is we get called recursively: first login->bash
# Comment: and the screen calls bash again.
#

Expand All @@ -21,5 +21,5 @@ else # screen starts us
/bin/bash --login
fi

# don't keep on beeing in normal login shell
# don't keep on being in normal login shell
exit
2 changes: 1 addition & 1 deletion tux-memory-map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ awk '
}
return res;
}
# hex numbers are big, do substract of small numbers!
# hex numbers are big, do subtract of small numbers!
function hexsub(a, b)
{
hstr = "0123456789abdcef";
Expand Down