Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct spelling mistakes #2

Merged
merged 1 commit into from Nov 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/buildscript
Expand Up @@ -54,7 +54,7 @@ install_deb ()
return 0
}

# copy sucessfully built udebs into installer/build/localudebs
# copy successfully built udebs into installer/build/localudebs
supply_udeb ()
{
local _dir=$1
Expand Down
2 changes: 1 addition & 1 deletion scripts/daily-build-aggregator
Expand Up @@ -6,7 +6,7 @@
# The url field points to the url your build can be downloaded from, the
# email address is a contact address, the description is a brief
# description of the build. The logurl points to wherever log files are.
# The logext is an extention that is appended to the log filename.
# The logext is an extension that is appended to the log filename.
#
# In the log directory you should have a summary$logext file, that contains
# lines in the following format:
Expand Down
2 changes: 1 addition & 1 deletion scripts/digress/daily-tests
Expand Up @@ -128,7 +128,7 @@ why_failed () {
fi

# Try to find a failure message in the log.
# This is dependant on both d-i output formats and on the log being
# This is dependent on both d-i output formats and on the log being
# in a parseable format.
di_err=$(strings "$1" | grep '\[!!\]' |tail -n 1 | sed 's/.*\[!!\] *//')
if [ -n "$di_err" ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/digress/preboot/inscreen
@@ -1,6 +1,6 @@
#!/bin/sh
# Starts a command running in screen, with a given session name, and detaches
# it immediatly. The screen session can then be connected to by the various
# it immediately. The screen session can then be connected to by the various
# test scripts as a console.
set -e

Expand Down
2 changes: 1 addition & 1 deletion scripts/digress/preboot/setuphercules
Expand Up @@ -17,7 +17,7 @@ fi
echo >> $rc

# This is a hack to use shorter filenames for the kernel and initrd, since
# hercules has a limit on the lenght of config file lines and using full
# hercules has a limit on the length of config file lines and using full
# paths might go over that limit.
ln -sf $S390_IMAGE_DIR/kernel.debian $STATE_DIR/hercules-$MACHINE-$SCHEME.kernel
ln -sf $S390_IMAGE_DIR/initrd.debian $STATE_DIR/hercules-$MACHINE-$SCHEME.initrd
Expand Down
2 changes: 1 addition & 1 deletion scripts/digress/utils/hp-ilo
Expand Up @@ -27,7 +27,7 @@ elsif ($action eq 'poweron') {
}
elsif ($action eq 'poweroff') {
# Do a warm boot before turning off since iLO may not allow turning
# the power off if certian kernels (2.6) are running.
# the power off if certain kernels (2.6) are running.

# This is done using the telnet interface and expect because
# I do not know how to accomplish a warm boot using the xml
Expand Down
2 changes: 1 addition & 1 deletion scripts/do-upload
Expand Up @@ -87,7 +87,7 @@ if [ "$?" = "0" ]; then
exit 1
fi
else
echo "Nothing has been commited or pushed. Package built fine though."
echo "Nothing has been committed or pushed. Package built fine though."
exit 0
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions scripts/g-i/stripbylang
Expand Up @@ -31,14 +31,14 @@ LANGCODE=$1
help () {
echo " $0 <lang_code>"
echo ' Strips the font(s) found in the third column of ./lang2font'
echo ' of the line containing the given laguage code, so that'
echo ' of the line containing the given language code, so that'
echo ' it(they) will contain only the ranges specified on'
echo " <lang_code>'s line in lang2range"
}

# strips font $1 for language $2
stripfont4lang () {
# extract the lines which contain only the ranges for the current laguage
# extract the lines which contain only the ranges for the current language
# if no suffix is specified, use the langauge code as a suffix
LINES=`cat $LANG2RANGE | grep -E "^lang=[^,]*:$2:[^,]*," | sed "s/:,,/:,$2,/g"`

Expand Down
4 changes: 2 additions & 2 deletions scripts/l10n/l10n-spellcheck/ChangeLog
Expand Up @@ -3,7 +3,7 @@
* First tag for the spellchecker created by fjp via:
svn cp svn+ssh://svn.debian.org/svn/d-i/trunk/scripts/l10n/l10n-spellcheck svn+ssh://svn.debian.org/svn/d-i/tags/scripts/l10n/l10n-spellcheck/20050913 -m "Tag current version of spellchecking scripts (20050913)"

Now developement can move on as to use the sarge version of
Now development can move on as to use the sarge version of
aspell on Alioth which will probably break things for a while

2005-04-28 Davide Viti <zinosat@tiscali.it>
Expand Down Expand Up @@ -74,7 +74,7 @@

2005-01-12 Davide Viti <zinosat@tiscali.it>

* build_index.sh was added in order to build "index.html" everytime "l10n-spellcheck.sh" is run
* build_index.sh was added in order to build "index.html" every time "l10n-spellcheck.sh" is run

2005-01-11 Davide Viti <zinosat@tiscali.it>

Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/l10n-spellcheck/cfg/level1/specific.pl
Expand Up @@ -114,7 +114,7 @@ (@)
"sa", "ta", "te", "th");
my $lang=$ARGV[1];

# check lenght of the msgstr only if language is supported by newt frontend
# check length of the msgstr only if language is supported by newt frontend
if(!grep $_ eq $lang, @gi_only)
{

Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/l10n-spellcheck/check_all.sh
Expand Up @@ -47,7 +47,7 @@ fi
DI_COPY=$1
DEST_DIR=$2

initialise # initalise some variables
initialise # initialise some variables
checks # do an environment check

i=0
Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/l10n-spellcheck/check_dit.sh
Expand Up @@ -66,7 +66,7 @@ DICT=$2
BASE_SEARCH_DIR=$3
DEST_DIR=$4

initialise # initalise some variables
initialise # initialise some variables
checks # do an environment check

PO_FILE_LIST="${DEST_DIR}/${LANG}_file_list.txt"
Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/l10n-spellcheck/doc/INTERNALS.txt
Expand Up @@ -62,7 +62,7 @@ check_all.sh

lang2dict.txt
contains the language code to aspell-suffix conversion:
it is used for exemple in these cases
it is used for example in these cases
"pt_BR" --> "pt-br"
"uk" --> "ukr"

Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/l10n-spellcheck/doc/tips.txt
Expand Up @@ -108,7 +108,7 @@ in that case "word" in the previous examples can be replaced with
Variables in po files are of the form ${VARIABLE}; the spellchecker
is able to catch the following common mistakes:

- mispelled variable names
- misspelled variable names
- wrong braces
- missing "$" character
- different number of variables in the msgid and the msgstr
Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/l10n-stats/gen-stats
Expand Up @@ -404,7 +404,7 @@ for dist in testing unstable cvs ; do
GR_UNTRANSLATED=`expr $GR_UNTRANSLATED + $TU`
GR_FUZZY=`expr $GR_FUZZY + $TF`

#dont show completely translated files:
#don't show completely translated files:
if [ "$U" = "0" -a "$F" = "0" ]; then
OK=" $path/$lang.po $T"t" [$LASTT]\n$OK"
echo -n
Expand Down
2 changes: 1 addition & 1 deletion scripts/l10n/switch-language
Expand Up @@ -76,7 +76,7 @@ echo Fixing Language-Team
cat po/$LANG.po | sed "s/Language-Team:.*/Language-Team: $TEAM\\\\n\"/g" >po/$LANG.po.new
mv po/$LANG.po.new po/$LANG.po

echo Commiting new file
echo Committing new file
svn add po/$LANG.po
svn commit -m"[switch-language] Added master file for $LANG" po/$LANG.po

Expand Down
2 changes: 1 addition & 1 deletion scripts/manual-daily/mail-logs
Expand Up @@ -87,7 +87,7 @@ if [ "$DI_LOCAL_BUILD" != 1 ]; then
done

echo "" >>$mainlog
echo "Build successfull; logmails have been sent!" >>$mainlog
echo "Build successful; logmails have been sent!" >>$mainlog
fi

add-svnlog
Expand Down
2 changes: 1 addition & 1 deletion scripts/manual-daily/po_stats/gen
Expand Up @@ -152,7 +152,7 @@ EOF
GR_UNTRANSLATED=`expr $GR_UNTRANSLATED + $TU`
GR_FUZZY=`expr $GR_FUZZY + $TF`

#dont show completely translated files:
#don't show completely translated files:
if [ "$U" = "0" -a "$F" = "0" ]; then
OK=" $fileprt: $T"t" [$LASTT]\n$OK"
echo -n
Expand Down
4 changes: 2 additions & 2 deletions scripts/test-aggregator
Expand Up @@ -4,9 +4,9 @@
# add the info for your build to the list.
#
# The url field points to the url info about your test can be downloaded
# from, the email address is a contact address, the description is a breif
# from, the email address is a contact address, the description is a brief
# description of the test. The logurl points to wherever log files are.
# The logext is an extention that is appended to the log filename.
# The logext is an extension that is appended to the log filename.
#
# In the log directory you should have a summary$logext file, that contains
# lines in the following format:
Expand Down
2 changes: 1 addition & 1 deletion scripts/togit/README
Expand Up @@ -63,7 +63,7 @@ This is a work in progress. Plan:
* Finally, create .gitignore files by running ignores.sh
DONE

* Remove $Id$ keywords from files where the git equivilant (a hash id)
* Remove $Id$ keywords from files where the git equivalent (a hash id)
doesn't make sense, and/or turn on the ident attribute in git for
files to enable git doing the expansion.
DONE
Expand Down
4 changes: 2 additions & 2 deletions scripts/togit/d-i.conf
Expand Up @@ -1676,7 +1676,7 @@ match /trunk/utils/
branch master
end match

# This was the intial checkin of choose_mirror, before it was renamed with
# This was the initial checkin of choose_mirror, before it was renamed with
# a dash. That rename included renaming choose_mirror.c -- which was done
# by deleting the whole old directory. Urgh! svn-all-fast-export simply
# cannot handle that, so I have to skip this initial revision. All
Expand Down Expand Up @@ -1981,7 +1981,7 @@ end match

# tzsetup has some epoched tags; as git does not allow colon standard
# practice is to remove the epoch. In this case, there are no duplicates
# created doing so; the epoch was only added for ubuntu compatability.
# created doing so; the epoch was only added for ubuntu compatibility.
# apt-setup has epoched tags; removing the epoch is ok due to luck with
# versions. busybox has been epoched forever, so drop that
match /tags/packages/(apt-setup|tzsetup|busybox)/1\:([^/]*)/
Expand Down
2 changes: 1 addition & 1 deletion scripts/viewchanges
Expand Up @@ -59,7 +59,7 @@ get_version () {
if [ -z "$rmadison_out" ]; then
get_rmadison
fi
# Assumes higest version listed last; ignore stable updates
# Assumes highest version listed last; ignore stable updates
echo "$rmadison_out" | grep " $1 " | awk '{print $3}' | \
tail -n1 | sed -r "s/[a-z]+[0-9]$//"
}
Expand Down