Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette committed Aug 8, 2024
1 parent 91ec438 commit ab01bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oac_init.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dnl OAC_PUSH_PREFIX: Set a new prefix for AC_DEFINE/AC_SUBST names
dnl
dnl 1 -> new prefix
dnl
dnl Override (prehaps temporarily) the prefix name specified to
dnl Override (perhaps temporarily) the prefix name specified to
dnl OAC_INIT.
AC_DEFUN([OAC_PUSH_PREFIX],
[m4_pushdef([_oac_program_prefix], [$1])])
Expand Down
2 changes: 1 addition & 1 deletion oac_list.m4
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnl
dnl $HEADER$


dnl OAC_UNIQ: Uniqify the string-seperated words in the input variable
dnl OAC_UNIQ: Uniqify the string-separated words in the input variable
dnl
dnl 1 -> variable name to be uniq-ized
AC_DEFUN([OAC_UNIQ],[
Expand Down
2 changes: 1 addition & 1 deletion oac_var_scope.m4
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ oac_var_scope_pop()

dnl OAC_VAR_SCOPE_PUSH: Create a new variable scope
dnl
dnl 1 -> space seperated list of variable names to push into the new scope
dnl 1 -> space separated list of variable names to push into the new scope
dnl
dnl Scope-check that the vars in the space-separated vars list are not already
dnl in use. Generate a configure-time error if a conflict is found. Note that
Expand Down

0 comments on commit ab01bb1

Please sign in to comment.