Skip to content

Commit add67c2

Browse files
jsquyresbwbarrett
authored andcommitted
Fix some trivial typos in comments
No code or logic changes. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 91ec438 commit add67c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

oac_init.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnl OAC_PUSH_PREFIX: Set a new prefix for AC_DEFINE/AC_SUBST names
1515
dnl
1616
dnl 1 -> new prefix
1717
dnl
18-
dnl Override (prehaps temporarily) the prefix name specified to
18+
dnl Override (perhaps temporarily) the prefix name specified to
1919
dnl OAC_INIT.
2020
AC_DEFUN([OAC_PUSH_PREFIX],
2121
[m4_pushdef([_oac_program_prefix], [$1])])

oac_list.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dnl
2424
dnl $HEADER$
2525

2626

27-
dnl OAC_UNIQ: Uniqify the string-seperated words in the input variable
27+
dnl OAC_UNIQ: Uniqify the string-separated words in the input variable
2828
dnl
2929
dnl 1 -> variable name to be uniq-ized
3030
AC_DEFUN([OAC_UNIQ],[

oac_var_scope.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ oac_var_scope_pop()
6868

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

0 commit comments

Comments
 (0)