From c9315f26bc1519e080b843e355d5a62f49fdf4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 28 Dec 2018 19:44:39 +0100 Subject: [PATCH] Fix typos --- configure.ac | 2 +- list | 2 +- msvc/detectenv-msvc.mak | 2 +- src/psl-make-dafsa | 2 +- tests/test-is-public-builtin.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index ded3511..48adf01 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ AC_ARG_ENABLE([asan], fi ], [ enable_asan=no ]) -# Define these substitions here to keep all version information in one place. +# Define these substitutions here to keep all version information in one place. # For information on how to properly maintain the library version information, # refer to the libtool manual, section "Updating library version information": # https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html diff --git a/list b/list index 00e7d2f..6f2b9e7 160000 --- a/list +++ b/list @@ -1 +1 @@ -Subproject commit 00e7d2fed042f720089c583f06a9ea4a419ba161 +Subproject commit 6f2b9e75eaf65bb75da83677655a59110088ebc5 diff --git a/msvc/detectenv-msvc.mak b/msvc/detectenv-msvc.mak index 2ca74d5..2e93552 100644 --- a/msvc/detectenv-msvc.mak +++ b/msvc/detectenv-msvc.mak @@ -25,7 +25,7 @@ PERL = perl # the g-ir-scanner Python script and g-ir-compiler utility program needs to be found # in $(PREFIX)\bin, together with any DLLs they will depend on, if those DLLs are not already # in your PATH. -# Note that the Python interpretor and the introspection modules and utility progam must +# Note that the Python interpretor and the introspection modules and utility program must # correspond to the build type (i.e. 32-bit Release for 32-bit Release builds, and so on). # # For introspection, currently only Python 2.7.x is supported. This may change when Python 3.x diff --git a/src/psl-make-dafsa b/src/psl-make-dafsa index 0962ffd..2bfd879 100755 --- a/src/psl-make-dafsa +++ b/src/psl-make-dafsa @@ -356,7 +356,7 @@ def join_suffixes(dafsa): nodemap = {frozenset((b'',)): None} def join(node): - """Returns a macthing node. A new node is created if no matching node + """Returns a matching node. A new node is created if no matching node exists. The graph is accessed in dfs order. """ suffixes = frozenset(to_words(node)) diff --git a/tests/test-is-public-builtin.c b/tests/test-is-public-builtin.c index 59f4016..e02bffa 100644 --- a/tests/test-is-public-builtin.c +++ b/tests/test-is-public-builtin.c @@ -69,7 +69,7 @@ static void test_psl(void) { "abc.www.ck", 0, 0 }, { "xxx.ck", 1, 1 }, { "www.xxx.ck", 0, 0 }, - { "\345\225\206\346\240\207", 1, 1 }, /* xn--czr694b oder ?? */ + { "\345\225\206\346\240\207", 1, 1 }, /* xn--czr694b or ?? */ { "www.\345\225\206\346\240\207", 0, 0 }, { "xn--czr694b", 1, 1 }, { "www.xn--czr694b", 0, 0 },