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

Typo fixes. #229

Merged
merged 1 commit into from
Nov 20, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependency_support/automake_substitution.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Provides helper that replaces @VARIABLE_NAME@ occurences with values, as
"""Provides helper that replaces @VARIABLE_NAME@ occurrences with values, as
specified by a provided map."""

def automake_substitution(name, src, out, substitutions = {}):
"""Replaces @VARIABLE_NAME@ occurences with values.
"""Replaces @VARIABLE_NAME@ occurrences with values.

Note: The current implementation does not allow slashes in variable
values."""
Expand Down
2 changes: 1 addition & 1 deletion dependency_support/org_gnu_gnulib/config.in.h
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

/* Define if the return value of the snprintf function is the number of of
/* Define if the return value of the snprintf function is the number of
bytes (excluding the terminating NUL) that would have been produced if the
buffer had been large enough. */
#undef HAVE_SNPRINTF_RETVAL_C99
Expand Down
2 changes: 1 addition & 1 deletion dependency_support/org_pcre_ftp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ sure both macros are undefined; an emulation function will then be used. */
contain the relevant magic. If you do not define this macro, a suitable
__declspec value is used for Windows systems; in other environments
"extern" is used for a C compiler and "extern C" for a C++ compiler.
This macro apears at the start of every exported function that is part
This macro appears at the start of every exported function that is part
of the external API. It does not appear on functions that are "external"
in the C sense, but which are internal to the library. */
/* #undef PCRE_EXP_DEFN */
Expand Down
Loading