Skip to content

Commit 014c845

Browse files
author
Tim 'mithro' Ansell
authored
Merge pull request #229 from mithro/typo-fixes
Typo fixes.
2 parents 7a3d7ac + a16bd95 commit 014c845

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependency_support/automake_substitution.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Provides helper that replaces @VARIABLE_NAME@ occurences with values, as
15+
"""Provides helper that replaces @VARIABLE_NAME@ occurrences with values, as
1616
specified by a provided map."""
1717

1818
def automake_substitution(name, src, out, substitutions = {}):
19-
"""Replaces @VARIABLE_NAME@ occurences with values.
19+
"""Replaces @VARIABLE_NAME@ occurrences with values.
2020
2121
Note: The current implementation does not allow slashes in variable
2222
values."""

dependency_support/org_gnu_gnulib/config.in.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@
834834
/* Define to 1 if you have the `snprintf' function. */
835835
#undef HAVE_SNPRINTF
836836

837-
/* Define if the return value of the snprintf function is the number of of
837+
/* Define if the return value of the snprintf function is the number of
838838
bytes (excluding the terminating NUL) that would have been produced if the
839839
buffer had been large enough. */
840840
#undef HAVE_SNPRINTF_RETVAL_C99

dependency_support/org_pcre_ftp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ sure both macros are undefined; an emulation function will then be used. */
275275
contain the relevant magic. If you do not define this macro, a suitable
276276
__declspec value is used for Windows systems; in other environments
277277
"extern" is used for a C compiler and "extern C" for a C++ compiler.
278-
This macro apears at the start of every exported function that is part
278+
This macro appears at the start of every exported function that is part
279279
of the external API. It does not appear on functions that are "external"
280280
in the C sense, but which are internal to the library. */
281281
/* #undef PCRE_EXP_DEFN */

0 commit comments

Comments
 (0)