[Git][reproducible-builds/reproducible-notes][master] fix 66 typos

Bernhard M. Wiedemann gitlab at salsa.debian.org
Tue Jul 9 10:04:03 UTC 2019



Bernhard M. Wiedemann pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
c5bcebcc by Bernhard M. Wiedemann at 2019-07-09T10:01:54Z
fix 66 typos

- - - - -


2 changed files:

- issues.yml
- packages.yml


Changes:

=====================================
issues.yml
=====================================
@@ -221,7 +221,7 @@ timestamps_in_gzip_headers:
 timestamps_in_png:
   description: |
     PNG can capture build time with the tIME chunk or custom keywords.
-    This timestamps are currently removed by strip-nondetermism, so are not visible to diffoscope anymore. Yet fixing the root cause would be nice.
+    This timestamps are currently removed by strip-nondeterminism, so are not visible to diffoscope anymore. Yet fixing the root cause would be nice.
   url: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPNG
   deterministic: True
 timestamps_in_static_libraries:
@@ -432,7 +432,7 @@ timestamps_in_documentation_generated_by_sphinx:
 randomness_in_documentation_generated_by_sphinx:
   description: |
     Sphinx might output references to memory addresses and generate a json index file
-    with entries in random order or with non-determinstic values (eg. searchindex.js).
+    with entries in random order or with non-deterministic values (eg. searchindex.js).
     See https://bugs.debian.org/822197 for memory address issue
     .
     searchindex.js needs sort_keys=True (jsonimpl.py) but the key values vary too.
@@ -451,7 +451,7 @@ randomness_in_documentation_indices_generated_by_sphinx:
 randomness_in_property_annotations_generated_by_sphinx:
   description: |
     visit_desc_annotation in sphinx/writers/html.py (?) causes -- for example -- sets
-    to be serialised in a nondeterminstic order.
+    to be serialised in a nondeterministic order.
 randomness_in_documentation_underscore_downloads_generated_by_sphinx:
   description: |
     eg. usr/share/doc/python-treq-doc/html/_downloads/04f29e03a7917886a0c8589f0f9018d6/basic_post.py.
@@ -641,7 +641,7 @@ timestamps_in_qch:
     which are sqlite3 databases.
     .
     sqlite3 databases appear to be reproducible in themselves, but qhelp
-    generator is using various file IDs which become non-determinstic due to
+    generator is using various file IDs which become non-deterministic due to
     map access. For example
     .
     https://sources.debian.net/src/qt4-x11/latest/tools/assistant/lib/qhelpgenerator.cpp/?hl=742#L742
@@ -911,7 +911,7 @@ texinfo_mdate_sh_varies_by_timezone:
 random_order_in_javahelper_substvars:
   description:
     javahelper (jh_*, etc.) can generate Depends/Recommends substvars in a
-    non-determinstic order. Untested patch is https://gist.github.com/4a219d84e8a4091acf58
+    non-deterministic order. Untested patch is https://gist.github.com/4a219d84e8a4091acf58
   url: https://bugs.debian.org/835147
 nroff_output_varies_by_locale_or_utf8:
   description:
@@ -993,13 +993,13 @@ python-ply_compiled_parse_tables:
     python-ply generates parse tables (eg. parsetab.py) that are
     non-deterministic.
     .
-    This is a deeper issue than simply writing them out determinstically
+    This is a deeper issue than simply writing them out deterministically
     ("write_table" in yacc.py) but rather further up the chain within PLY.
     .
   url: https://github.com/dabeaz/ply/issues/79
 python-ply_lextokens:
   description: |
-    python-ply generates _lextokens variables with nondetermistic ordering.
+    python-ply generates _lextokens variables with nondeterministic ordering.
   url: https://bugs.debian.org/890620
 ftbfs_due_to_disorderfs:
   description: |
@@ -1119,27 +1119,27 @@ timestamps_in_copyright_added_by_perl_dist_zilla:
 random_contents_in_dat_files_generated_by_chasen-dictutils_makemat:
   description:
     /usr/lib/x86_64-linux-gnu/chasen/makemat from chasen-dictutils generates
-    .dat files with some random/non-determimistic contents.
+    .dat files with some random/non-deterministic contents.
     Solved by patch in https://bugs.debian.org/881231
 timestamps_in_documentation_generated_by_pandoc:
   description:
     Pandoc writes a timestamp in the HTML and manpages it generates.
   deterministic: True
-nondeterminstic_output_generated_by_moarvm:
+nondeterministic_output_generated_by_moarvm:
   description:
     moarvm creates .moarvm files that have non-deterministic identifiers,
     possibly to ensure uniqueness. unknown source.
     The upcoming 2019.04 moarvm release should fix all these issues.
-nondeterminstic_output_in_warnings_generated_by_breathe:
+nondeterministic_output_in_warnings_generated_by_breathe:
   description:
     If you use "doxygenfunction" sphinx directive provided by breathe and the
     function is ambiguous, then the warning message injected into the docs can
-    be non-determinstic.
+    be non-deterministic.
   url: https://bugs.debian.org/809186
-qt_translate_noop_nondeterminstic_ordering:
+qt_translate_noop_nondeterministic_ordering:
   description:
     QT_TRANSLATE_NOOP macro creates a sqlite database with entry IDs (?) that
-    are nondeterminstic
+    are nondeterministic
 build_date_in_manpage_generated_by_spf13_cobra:
   description: |
     'Auto generated by spf13/cobra'
@@ -1190,12 +1190,12 @@ copyright_year_in_comments_generated_by_ckbuilder:
   description: |
     CKBuilder.utils.copyright adds current year in the copyright header of
     generated files.
-  determimistic: True
+  deterministic: True
 timestamps_in_htm_by_gap:
   description: |
     The etc/convert.pl script from gap embeds timestamps with the current time
     and using the local language in the HTM files it produces.
-  determimistic: True
+  deterministic: True
 unsorted_file_glob_by_cmake:
   description: |
     File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
@@ -1264,7 +1264,7 @@ random_order_of_pdf_ids_generated_by_latex:
   description: |
     latex uses IDs such as dcf70a72907fd3b4786a8ec9b9155636 to identify
     elements. Whilst these are deterministic, the ordering they are outputted
-    are not determinstic.
+    are not deterministic.
     .
     This can be disabled by inserting \pdftrailerid{} into the PDF document,
     but this should (by default) probably be set to SOURCE_DATE_EPOCH if set.
@@ -1282,7 +1282,7 @@ timestamps_in_output_generated_by_txt2tags:
   deterministic: True
 random_order_in_documentation_generated_by_naturaldocs:
   description: |
-    non-determinstic ordering of stubs, etc.
+    non-deterministic ordering of stubs, etc.
 buildpath_in_binaries_generated_by_d_compiler_ldc:
   description: |
     Binaries generated by the LLVM D compiler can encode the buildpath, possibly due
@@ -1523,9 +1523,9 @@ captures_build_path_via_assert:
 captures_build_arch:
   description: |
     Captures the build arch (`uname -m`, typically i686 v. x86_64).
-graphviz_nondeterminstic_output:
+graphviz_nondeterministic_output:
   description: |
-    graphviz appears to use a non-determinstic algorithm to optimally lay out
+    graphviz appears to use a non-deterministic algorithm to optimally lay out
     notes optimally. This can appear in class hierarchy documention, etc. Can
     presumably affect images of all complexity but, obviously, more likely to
     affect images with lots of nodes.
@@ -1559,10 +1559,10 @@ randomness_in_browserify_lite_output:
   description: |
     browserify-lite "bundles client-side JavaScript using Node.js-style module
     syntax", mostly concatenating it. The output is non-deterministic.
-nondeterminstic_output_from_uglifyjs:
+nondeterministic_output_from_uglifyjs:
   description: |
-    uglifyjs does not create determistic output in, for example, JS dicts.
-nondeterminstic_ordering_in_python_wheel_metadata_versions:
+    uglifyjs does not create deterministic output in, for example, JS dicts.
+nondeterministic_ordering_in_python_wheel_metadata_versions:
   description: |
     src:wheel generates METADATA files with Requires-Dist lines with
     non-deterministic ordering.
@@ -1575,7 +1575,7 @@ nondeterminstic_ordering_in_python_wheel_metadata_versions:
       │   │   │   │   │ -Requires-Dist: PySocks (>=1.5.6,<2.0); extra == 'socks'
       │   │   │   │   │ +Requires-Dist: PySocks (<2.0,>=1.5.6); extra == 'socks'
   url: https://bugs.debian.org/845325
-nondeterminstic_ordering_in_casacore_tables:
+nondeterministic_ordering_in_casacore_tables:
   description: |
     src:casacore generates index.dat and table.f0 files with random order.
     .
@@ -1639,7 +1639,7 @@ randomness_in_swf_files_generated_by_as3compile:
   status:
     done
   description: |
-    as3compile (src:sfwtools) generates non-determinstic .swf files.
+    as3compile (src:sfwtools) generates non-deterministic .swf files.
 nondeterminism_in_java_classes_generated_by_jxc:
   description: |
     The "JAXB schema compiler" jxc (src: openjdk-{6,7} etc.) generates .class
@@ -1703,7 +1703,7 @@ ocaml_captures_build_path:
   deterministic: False
 jellyfish_creates_nondeterministic_json:
   description: |
-    /usr/bin/jellyfish can generate non-determinstic JSON.
+    /usr/bin/jellyfish can generate non-deterministic JSON.
   deterministic: False
   url: https://bugs.debian.org/863015
 timestamps_in_javascript_generated_by_node_grunt_banner:
@@ -1827,7 +1827,7 @@ timestamps_in_pdf_generated_by_inkscape:
   url: https://bugs.debian.org/890280
 random_order_in_javahelper_manifest_files:
   description: |
-    javahelper writes MANIFEST.MF files with non-determistic ordering.
+    javahelper writes MANIFEST.MF files with non-deterministic ordering.
   url: https://bugs.debian.org/893504
 build_path_in_apertium_mode_files:
   description: |
@@ -1835,13 +1835,13 @@ build_path_in_apertium_mode_files:
 nondeterminism_in_apertium_lrx_bin_files_generated_by_lrx_comp:
   description: |
     The lrx-comp utility from apertium-lex-tools generates bin files with
-    nondetermistic contents.
+    nondeterministic contents.
 nondeterminism_in_files_generated_by_hfst:
   description: |
-    The hfst utilities generate non-determinstic .hfst files.
+    The hfst utilities generate non-deterministic .hfst files.
 nondeterminism_in_autolex_bin:
   description: |
-    The apertium-* series of packages have non-determistic *.autolex.bin files.
+    The apertium-* series of packages have non-deterministic *.autolex.bin files.
 build_path_in_mip_files_generated_by_irafcl:
   description: |
     /usr/bin/irafcl from the iraf package creates .mip files with the absolute
@@ -1877,7 +1877,7 @@ randomness_in_pdf2htmlex_html_output:
     Converts PDFs to HTML, font headers are nondeterministic.
 randomness_in_python_changelog_references:
   description: |
-    The python-changelog library generates references in a nondeterminstic order.
+    The python-changelog library generates references in a nondeterministic order.
   url: https://bitbucket.org/zzzeek/changelog/pull-requests/1/please-make-the-references-reproducible/diff
 cmake_rpath_contains_build_path:
   description: |
@@ -1979,4 +1979,4 @@ randomness_in_fontconfig_uuid_files:
 codadef_coda_data_files:
   description:
     .codadef files are zip files but are not yet normalised by
-    strip-nondetermism (added 20190703 in 6a40d5dbfa).
+    strip-nondeterminism (added 20190703 in 6a40d5dbfa).


=====================================
packages.yml
=====================================
@@ -302,7 +302,7 @@ alembic:
 allegro5:
   version: 2:5.0.11-1
   comments: |
-    Includes build timestamp from docs/scripts/insert_timestamp.c but also non-determinstic order of method sigs from docs/scripts/make_man.c
+    Includes build timestamp from docs/scripts/insert_timestamp.c but also non-deterministic order of method sigs from docs/scripts/make_man.c
 alliance:
   version: 5.1.1-1.1
   issues:
@@ -348,7 +348,7 @@ alsa-lib:
   version: 1.1.2-1
   issues:
     - captures_home_dir
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 alsa-tools:
   version: 1.1.0-1
   issues:
@@ -907,7 +907,7 @@ as31:
 asc:
   version: 2.6.1.0-2
   comments: |
-    http://sources.debian.net/src/asc/latest/source/tools/mount.cpp/\#L444 method takes a glob pattern which is expanded without sorting so main.ascdat file has non-determinstic contents
+    http://sources.debian.net/src/asc/latest/source/tools/mount.cpp/\#L444 method takes a glob pattern which is expanded without sorting so main.ascdat file has non-deterministic contents
 ascd:
   version: 0.13.2-6
   issues:
@@ -2160,15 +2160,15 @@ casacore-data-igrf:
 casacore-data-lines:
   version: 0+git2016.11.26-1
   issues:
-    - nondeterminstic_ordering_in_casacore_tables
+    - nondeterministic_ordering_in_casacore_tables
 casacore-data-observatories:
   version: 0+git2016.11.02-1
   issues:
-    - nondeterminstic_ordering_in_casacore_tables
+    - nondeterministic_ordering_in_casacore_tables
 casacore-data-sources:
   version: 2-1
   issues:
-    - nondeterminstic_ordering_in_casacore_tables
+    - nondeterministic_ordering_in_casacore_tables
 cassbeam:
   version: 1.1-1
   issues:
@@ -2693,7 +2693,7 @@ clucene-core:
 clustalo:
   version: 1.2.3-1
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 cluster:
   version: 2.0.4-2
   issues:
@@ -2762,7 +2762,7 @@ code-saturne:
   issues:
     - fonts_in_pdf_files
     - different_pot_creation_date_in_gettext_mo_files
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 codeblocks:
   version: 16.01+dfsg-2
   issues:
@@ -2822,7 +2822,7 @@ coinor-dylp:
   version: 1.6.0-1.1
   issues:
     - records_build_flags
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 coinor-ipopt:
   version: 3.11.9-2.1
   issues:
@@ -2830,7 +2830,7 @@ coinor-ipopt:
 coinor-osi:
   version: 0.106.9-2
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 coinor-symphony:
   version: 5.6.1-1
   issues:
@@ -2840,7 +2840,7 @@ coinor-vol:
   version: 1.1.7-1
   issues:
     - captures_build_path
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
     - records_build_flags
 coinst:
   version: 1.9.3-1
@@ -2849,7 +2849,7 @@ coinst:
 coinutils:
   version: 2.9.15-3.1
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 collada-dom:
   version: 2.4.4+ds1-2
   issues:
@@ -3354,7 +3354,7 @@ cyclades-serial-client:
 cyclograph:
   version: 1.9.1-1
   comments: |
-    /usr/share/cyclograph/qt/cyclograph_rc.py contains nondeterminstic image data, probably a timestamp
+    /usr/share/cyclograph/qt/cyclograph_rc.py contains nondeterministic image data, probably a timestamp
 cyrus-imapd:
   version: 2.5.9-2
   comments: |
@@ -4581,7 +4581,7 @@ ejabberd-contrib:
 ekg2:
   version: 1:0.4~pre+20120506.1-12
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 elastix:
   version: 4.8-12
   issues:
@@ -6961,7 +6961,7 @@ gir-to-d:
 girara:
   version: 0.2.6-1
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 git:
   version: 1:2.11.0+next.20170110-1
   comments: |
@@ -7030,7 +7030,7 @@ gitmagic:
 givaro:
   version: 4.0.1-2
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
     - records_build_flags
 gjay:
   version: 0.3.2-1.2
@@ -8185,7 +8185,7 @@ gsoap:
   version: 2.8.28-2
   issues:
     - timestamps_in_documentation_generated_by_doxygen
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 gspiceui:
   version: 1.1.00+dfsg-1
   bugs:
@@ -8732,7 +8732,7 @@ htdig:
 html2canvas:
   version: 0.5.0~beta4+ds1-1
   issues:
-    - nondeterminstic_output_from_uglifyjs
+    - nondeterministic_output_from_uglifyjs
 htp:
   version: 1.19-2
   comments: |
@@ -9462,7 +9462,7 @@ jansson:
 janus:
   version: 0.4.4-1
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 jargon:
   version: 4.0.0-5.1
   issues:
@@ -11376,7 +11376,7 @@ libcec:
     Embed build time.
     https://sources.debian.net/src/libcec/2.2.0%2Bdfsg1-1/configure.ac/?hl=351:255#L351
     Can be removed by passing HAVE_DATE=no HAVE_WHOAMI=no HAVE_HOSTNAME=no HAVE_UNAME=no
-    to ./configure but the binaries are also non-determinstic.
+    to ./configure but the binaries are also non-deterministic.
   issues:
     - captures_kernel_version
 libcereal:
@@ -11620,7 +11620,7 @@ libevdev:
   version: 1.5.2+dfsg-1
   issues:
     - captures_build_path
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 libevhtp:
   version: 1.2.11-1
   issues:
@@ -13405,7 +13405,7 @@ link-grammar:
 linphone:
   version: 3.12.0-3
   comments: |
-    metadoc.py appears to generate nondeterminstic output but cannoto tell exactly where. the input XML appears appear to be consistent between builds.
+    metadoc.py appears to generate nondeterministic output but cannoto tell exactly where. the input XML appears appear to be consistent between builds.
 linssid:
   version: 2.9-3
   issues:
@@ -15660,7 +15660,7 @@ node-deflate-js:
 node-fuzzaldrin-plus:
   version: 0.3.1+git.20161008.da2cb58+dfsg-4
   issues:
-    - nondeterminstic_output_from_uglifyjs
+    - nondeterministic_output_from_uglifyjs
 node-loose-envify:
   version: 1.3.0+dfsg1-1
   issues:
@@ -15797,7 +15797,7 @@ nq:
 nqp:
   version: 2015.09.1-2
   issues:
-    - nondeterminstic_output_generated_by_moarvm
+    - nondeterministic_output_generated_by_moarvm
 nrefactory:
   version: 5.3.0+20130718.73b6d0f-3
   comments: |
@@ -19063,7 +19063,7 @@ proftpd-mod-vroot:
 proj:
   version: 4.9.3-1
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 projectl:
   version: 1.001.dfsg1-9
   issues:
@@ -20009,7 +20009,7 @@ python-phply:
 python-pip:
   version: 8.1.2-2
   issues:
-    - nondeterminstic_ordering_in_python_wheel_metadata_versions
+    - nondeterministic_ordering_in_python_wheel_metadata_versions
 python-poppler:
   version: 0.12.1-8.1
   issues:
@@ -23578,7 +23578,7 @@ rakarrack:
 rakudo:
   version: 2015.09-2
   issues:
-    - nondeterminstic_output_generated_by_moarvm
+    - nondeterministic_output_generated_by_moarvm
 rancid:
   version: 3.8-2
   issues:
@@ -23735,7 +23735,7 @@ refcard:
   version: 5.0.9
   issues:
     - timestamps_in_pdf_generated_by_latex
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 refind:
   version: 0.10.4-1
   bugs:
@@ -24772,7 +24772,7 @@ runit:
 rustc:
   version: 1.19.0+dfsg3-3
   comments: |
-    Non-determistic JSON serialisation https://sources.debian.net/src/rustc/1.0.0%2Bdfsg1-1/src/librustdoc/html/render.rs/#L1299
+    Non-deterministic JSON serialisation https://sources.debian.net/src/rustc/1.0.0%2Bdfsg1-1/src/librustdoc/html/render.rs/#L1299
     Reported to upstream at https://github.com/rust-lang/rust/issues/34902 - more details there
   issues:
     - blacklisted_on_jenkins_armhf_only
@@ -24816,7 +24816,7 @@ sailcut:
   comments: |
     Generates PNGs with inkscape, dot, etc. Content-related, so probably caused by dot.
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 saint:
   version: 2.5.0+dfsg-2
   issues:
@@ -26497,7 +26497,7 @@ tachyon:
 tagainijisho:
   version: 1.0.2-1
   issues:
-    - qt_translate_noop_nondeterminstic_ordering
+    - qt_translate_noop_nondeterministic_ordering
     - gcc_captures_build_path
 tagcoll2:
   version: 2.0.14-2
@@ -26506,7 +26506,7 @@ tagcoll2:
 taglib:
   version: 1.11+dfsg.1-0.3
   issues:
-    - graphviz_nondeterminstic_output
+    - graphviz_nondeterministic_output
 taglibs-standard:
   version: 1.2.5-2
   issues:
@@ -27009,7 +27009,7 @@ tntnet:
 toastinfo:
   version: 1.1-2
   comments: |
-    Build process generates a nondeterminstic toastinfo.bc file
+    Build process generates a nondeterministic toastinfo.bc file
 toil:
   version: 3.18.0-2
   bugs:
@@ -27352,7 +27352,7 @@ udisks2:
 udpcast:
   version: 20120424-1
   comments: |
-    Current date in docs. Package has a mechanism in for putting a determinstic
+    Current date in docs. Package has a mechanism in for putting a deterministic
     date in there via version.h but that file doesn't appear.
 udpkg:
   version: 1.18



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/c5bcebccdc3cec70882826991e5e55018f27936a

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/c5bcebccdc3cec70882826991e5e55018f27936a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190709/18f96db6/attachment.html>


More information about the rb-commits mailing list