Skip to content

Commit

Permalink
Fix typos found by codespell in m4m/*.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Feb 28, 2021
1 parent eb84b0e commit 6ec97f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion m4m/gp-check-shell-environment.m4
Expand Up @@ -26,7 +26,7 @@ else
uname_a=`uname -a 2>&1` # ''
AC_MSG_ERROR([
* POSIX sh \$() command substition does not work with this shell.
* POSIX sh \$() command substitution does not work with this shell.
*
* You are running a very rare species of shell. Please report this
* sighting to <${PACKAGE_BUGREPORT}>:
Expand Down
2 changes: 1 addition & 1 deletion m4m/gp-documentation.m4
Expand Up @@ -80,7 +80,7 @@ AC_REQUIRE([GP_CHECK_DOC_DIR])
# ---------------------------------------------------------------------------
# gtk-doc: We use gtk-doc for building our documentation. However, we
# require the user to explicitely request the build.
# require the user to explicitly request the build.
# ---------------------------------------------------------------------------
try_gtkdoc=false
gtkdoc_msg="no (not requested)"
Expand Down
2 changes: 1 addition & 1 deletion m4m/stdint.m4
Expand Up @@ -601,7 +601,7 @@ typedef unsigned long uintmax_t;
#define __intptr_t_defined
/* we encourage using "long" to store pointer values, never use "int" ! */
#if _STDINT_LONG_MODEL+0 == 242 || _STDINT_LONG_MODEL+0 == 484
typedef unsinged int uintptr_t;
typedef unsigned int uintptr_t;
typedef int intptr_t;
#elif _STDINT_LONG_MODEL+0 == 244 || _STDINT_LONG_MODEL+0 == 444
typedef unsigned long uintptr_t;
Expand Down

0 comments on commit 6ec97f8

Please sign in to comment.