Spelling fixes

This commit is contained in:
Ville Skyttä 2017-06-25 10:18:06 +03:00 committed by Florian Festi
parent fe7cf85bff
commit 2901e265a0
14 changed files with 28 additions and 28 deletions

18
CHANGES
View File

@ -388,7 +388,7 @@ ChangeLog from tarballs.
- --queryformat '[%%{*:xml}\n]' to dump header content in XML.
- add ".arch" suffix to erase colored packages with identical NEVR.
- update ja man pages (#92261).
- backport rpmsw stopwatch, insturment rpmts operations.
- backport rpmsw stopwatch, instrument rpmts operations.
? toy method to enable --stats through bindings.
- fdCLose typo (#97257).
- brp-python-bytecompile to automagically bytecode compile python.
@ -1209,7 +1209,7 @@ ChangeLog from tarballs.
- handle added dirtoken tags (mostly) correctly with header regions.
- add FHS doc/man/info dirs, diddle autoconf goo.
- fix: headerUnload handles headers w/o regions correctly on rebuilddb.
- resurrect rpmrc Provides: as well as implicit dependency on packge
- resurrect rpmrc Provides: as well as implicit dependency on package
info.
- change dependency loop message to RPMMESS_WARNING to use stderr, not
stdout.
@ -1528,7 +1528,7 @@ ChangeLog from tarballs.
- resuscitate net shared paths (#4330).
- fix: macro table cannot contain NULL pointers (#4263).
- fix: last char in rpmrc w/o terminating newline lost (#4361).
- prepare for handling \r in macro exapnsions.
- prepare for handling \r in macro expansions.
- fix: n>1 occurrences of %config(noreplace) should not FA_CREATE (#4355).
- fix: use pgp5 rather than pgp-2.6.3 if both are in %_pgpbin (#4564).
- match "de" when locale is specified as "de_DE.ISO-8859-1@Munich".
@ -1539,7 +1539,7 @@ ChangeLog from tarballs.
- add headerWrite return code and check for errors.
- update python bindings from anaconda.
- add versions to prereq.
- add syntax sensitive implict prereq on rpm-3.0.3.
- add syntax sensitive implicit prereq on rpm-3.0.3.
- fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)
- add sparcv9 architecture.
- add --freshen to usage message (#4823).
@ -2129,7 +2129,7 @@ ChangeLog from tarballs.
the release)
- added buildarch/buildos macros
- added %ghost file option
- updated linux.req to only find requirements for exectuable files
- updated linux.req to only find requirements for executable files
2.4.6 -> 2.4.7:
- had some wrong month lengths in changelog date parsing
@ -2425,7 +2425,7 @@ ChangeLog from tarballs.
2.3.2 -> 2.3.3:
- Ripped out header internals and redid them. Any compatibility
problems this causes are *bugs* as it should be completley
problems this causes are *bugs* as it should be completely
transparent. If this works the devil better buy some Prestone (TM).
- Use "cp -pr" instead of "cp -ar" for %doc expansion
- use <string.h> instead of (non standard) <strings.h> in some places
@ -2516,7 +2516,7 @@ ChangeLog from tarballs.
- fix -Q
- The Great Renaming
- use external OS specific script to generate requires lines
(should work with ld.so 1.8.x) (find-requries)
(should work with ld.so 1.8.x) (find-requires)
2.2.7 -> 2.2.8:
- added --ftpproxy, --ftpport (and wrote about them in rpm.8)
@ -2654,7 +2654,7 @@ ChangeLog from tarballs.
- removed docdir from rpmrc -- always /usr/doc
- fixed nasty bug in installing packages with large filelists
- made -R work
- --provides and --requries don't print anything if no information
- --provides and --requires don't print anything if no information
is present (rather then (none) )
- -qi prints Summary now
- changed Buildprefix: -> Buildroot: (spec file, rpmrc)
@ -2670,7 +2670,7 @@ ChangeLog from tarballs.
- removed build_arch: from rpmrc
Replacing it is buildarchtranslate: and buildostranslate:
to allow building with arch/os other than what uname() returns.
Can still be overriden with --buildarch and --buildos
Can still be overridden with --buildarch and --buildos
- rpmrc keywords are now case-insensitive
- check os at install time
- check return code from gzread() during installs

View File

@ -1398,7 +1398,7 @@ static rpmRC addFile(FileList fl, const char * diskPath,
if (fl->cur.ar.ar_fmodestr) {
if (S_ISLNK(fileMode)) {
rpmlog(RPMLOG_WARNING,
"Explicit %%attr() mode not applicaple to symlink: %s\n",
"Explicit %%attr() mode not applicable to symlink: %s\n",
diskPath);
} else {
fileMode &= S_IFMT;
@ -1914,7 +1914,7 @@ static int generateBuildIDs(FileList fl)
/* Now add a subdir and symlink for each buildid found. */
for (i = 0; i < nr_ids; i++) {
/* Don't add anything more when an error occured. But do
/* Don't add anything more when an error occurred. But do
cleanup. */
if (rc == 0) {
int isDbg = strncmp (paths[i], DEBUG_LIB_PREFIX,

View File

@ -1653,7 +1653,7 @@ EXTRA_PACKAGES =
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empy string,
# for the replacement values of the other commands the user is refered to
# for the replacement values of the other commands the user is referred to
# HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.

View File

@ -1618,7 +1618,7 @@ EXTRA_PACKAGES =
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empy string,
# for the replacement values of the other commands the user is refered to
# for the replacement values of the other commands the user is referred to
# HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.

View File

@ -80,7 +80,7 @@ displayed.
Print lots of ugly debugging information.
.TP
\fB--rpmfcdebug\fR
Enables to debug dependancies generation.
Enables to debug dependencies generation.
.TP
\fB--rcfile \fIFILELIST\fB\fR
Each of the files in the colon separated

View File

@ -99,7 +99,7 @@ rpmsenseFlags rpmSanitizeDSFlags(rpmTagVal tagN, rpmsenseFlags Flags);
* Convert a string to the sense flags
* @param str the string
* @param len length of the string
* @return flags, zero for unknwon relations
* @return flags, zero for unknown relations
*/
rpmsenseFlags rpmParseDSFlags(const char *str, size_t len);
@ -391,7 +391,7 @@ int rpmdsNVRMatchesDep(const Header h, const rpmds req, int nopromote);
/**
* Load rpmlib provides into a dependency set.
* @retval *dsp (loaded) depedency set
* @retval *dsp (loaded) dependency set
* @param tblp rpmlib provides table (NULL uses internal table)
* @return 0 on success
*/
@ -447,7 +447,7 @@ rpmds rpmdsSinglePoolTix(rpmstrPool pool, rpmTagVal tagN,
/**
* Load rpmlib provides into a dependency set.
* @param pool shared string pool (or NULL for private pool)
* @retval *dsp (loaded) depedency set
* @retval *dsp (loaded) dependency set
* @param tblp rpmlib provides table (NULL uses internal table)
* @return 0 on success
*/

View File

@ -591,7 +591,7 @@ static rpmRC doReadRC(rpmrcCtx ctx, const char * urlfn)
rpmSetVarArch(ctx, option->var, val, arch);
fn = _free(fn);
} else { /* For arch/os compatibilty tables ... */
} else { /* For arch/os compatibility tables ... */
int gotit;
int i;

View File

@ -998,7 +998,7 @@ package or when debugging this package.\
#------------------------------------------------------------------------------
# Tested features of make
# Output syncronization for parallel make:
# Output synchronization for parallel make:
%_make_output_sync %(! %{__make} --version -O >/dev/null 2>&1 || echo -O)
#------------------------------------------------------------------------------
@ -1072,7 +1072,7 @@ package or when debugging this package.\
%python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")
#------------------------------------------------------------------------------
# arch macro for all Intel i?86 compatibile processors
# arch macro for all Intel i?86 compatible processors
# (Note: This macro (and it's analogues) will probably be obsoleted when
# rpm can use regular expressions against target platforms in macro
# conditionals.

View File

@ -784,7 +784,7 @@ exit:
* Perform macro message output
* @param mb macro expansion state
* @param waserror use rpmlog()?
* @param msg message to ouput
* @param msg message to output
* @param msglen no. of bytes in message
*/
static void

View File

@ -822,7 +822,7 @@ static LZFILE *lzopen_internal(const char *mode, int fd, int xz)
)
memlimit += (SIZE_MAX>>2);
/* keep reducing the number of threads untill memory usage gets below limit */
/* keep reducing the number of threads until memory usage gets below limit */
while ((memory_usage = lzma_stream_encoder_mt_memusage(&mt_options)) > memlimit) {
/* number of threads shouldn't be able to hit zero with compression
* settings aailable to set through rpm... */

View File

@ -72,7 +72,7 @@ int rpmExpandMacros (rpmMacroContext mc, const char * sbuf,
* Push macro to context.
* @param mc macro context (NULL uses global context).
* @param n macro name
* @param o macro paramaters
* @param o macro parameters
* @param b macro body
* @param level macro recursion level (0 is entry API)
* @return 0 on success

View File

@ -217,7 +217,7 @@ add_minidebug()
# by -S) but also not any other non-allocated PROGBITS or NOTE sections.
# List and remove them explicitly. We do want to keep the allocated,
# symbol and NOBITS sections so cannot use --keep-only because that is
# too agressive. Field $2 is the section name, $3 is the section type
# too aggressive. Field $2 is the section name, $3 is the section type
# and $8 are the section flags.
local remove_sections=`readelf -W -S "$debuginfo" | awk '{ if (index($2,".debug_") != 1 && ($3 == "PROGBITS" || $3 == "NOTE") && index($8,"A") == 0) printf "--remove-section "$2" " }'`
@ -388,7 +388,7 @@ do_file()
fi
}
# 16^6 - 1 or about 16 milion files
# 16^6 - 1 or about 16 million files
FILENUM_DIGITS=6
run_job()
{

View File

@ -810,7 +810,7 @@ test -L "$id_dup_file" && echo "main dup id in main package"
rpm2cpio ${abs_builddir}/testing/build/RPMS/*/hello2-debuginfo-1.0-1.*.rpm \
| cpio -diu --quiet
# seperate, so debug ids are here
# separate, so debug ids are here
debug_id_file="./usr/lib/debug/.build-id/${id:0:2}/${id:2}.debug"
test -L "$debug_id_file" && echo "debug id in debug package"
debug_dup_file="./usr/lib/debug/.build-id/${id:0:2}/${id:2}.1.debug"

View File

@ -1621,7 +1621,7 @@ edit_attributes (DSO *dso, unsigned char *ptr, struct abbrev_tag *t, int phase)
any changes). */
if (phase == 0)
{
/* handled_strp is set for attributes refering to
/* handled_strp is set for attributes referring to
files. If it is set the string is already
recorded. */
if (! handled_strp)
@ -2626,7 +2626,7 @@ main (int argc, char *argv[])
sure the section headers are updated and the data offsets are
correct. We set ELF_F_LAYOUT above because we don't want libelf
to move any allocated sections around itself if there are any
phdrs. Which means we are reponsible for setting the section size
phdrs. Which means we are responsible for setting the section size
and offset fields. Plus the shdr offsets. We don't want to change
anything for the phdrs allocated sections. Keep the offset of
allocated sections so they are at the same place in the file. Add