fix spelling errors
This commit is contained in:
parent
b9db5a7305
commit
8207e13cdc
|
@ -39,7 +39,7 @@ addons:
|
|||
|
||||
script:
|
||||
- ./autogen.sh
|
||||
# CFI doesn't work out on Ubuntu 14.04 (Trusty). They dont't include LLVMgold.so for clang-3.8.
|
||||
# CFI doesn't work out on Ubuntu 14.04 (Trusty). They don't include LLVMgold.so for clang-3.8.
|
||||
# clang-3.4 doesn't know CFI yet.
|
||||
# The only chance with Travis-CI is to switch to docker and use Ubuntu 16.04 or whatever.
|
||||
# - if [[ $CC == "gcc" ]]; then CFI=""; else CFI="--enable-cfi"; fi
|
||||
|
|
|
@ -68,7 +68,7 @@ HTML_IMAGES=
|
|||
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
||||
content_files=
|
||||
|
||||
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
|
||||
# SGML files where gtk-doc abbreviations (#GtkWidget) are expanded
|
||||
# These files must be listed here *and* in content_files
|
||||
# e.g. expand_content_files=running.sgml
|
||||
expand_content_files=
|
||||
|
|
|
@ -448,7 +448,7 @@ def encode_prefix(label):
|
|||
"""Encodes a node label as a list of bytes without a trailing high byte.
|
||||
|
||||
This method encodes a node if there is exactly one child and the
|
||||
child follows immidiately after so that no jump is needed. This label
|
||||
child follows immediately after so that no jump is needed. This label
|
||||
will then be a prefix to the label in the child node.
|
||||
"""
|
||||
assert label
|
||||
|
|
|
@ -22,7 +22,7 @@ Returned data: 1 if the \fIdomain\fR is a public suffix, 0 otherwise.
|
|||
.br
|
||||
This option can be combined with \fB\-\-no\-star\-rule\fR. It's use will
|
||||
switch off the PSL 'prevailing star rule' so that all TLDs not
|
||||
explictly listed in the PSL will return 0 (not a public suffix).
|
||||
explicitly listed in the PSL will return 0 (not a public suffix).
|
||||
.TP
|
||||
\fB\-\-is\-cookie\-domain\-acceptable\fR <cookie\-domain>
|
||||
check if cookie\-domain is acceptable for domains.
|
||||
|
|
Loading…
Reference in New Issue