File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dnl OAC_PUSH_PREFIX: Set a new prefix for AC_DEFINE/AC_SUBST names
15
15
dnl
16
16
dnl 1 -> new prefix
17
17
dnl
18
- dnl Override (prehaps temporarily) the prefix name specified to
18
+ dnl Override (perhaps temporarily) the prefix name specified to
19
19
dnl OAC_INIT.
20
20
AC_DEFUN ( [ OAC_PUSH_PREFIX] ,
21
21
[ m4_pushdef ( [ _oac_program_prefix] , [ $1 ] ) ] )
Original file line number Diff line number Diff line change 24
24
dnl $HEADER$
25
25
26
26
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
28
28
dnl
29
29
dnl 1 -> variable name to be uniq-ized
30
30
AC_DEFUN ( [ OAC_UNIQ] ,[
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ oac_var_scope_pop()
68
68
69
69
dnl OAC_VAR_SCOPE_PUSH: Create a new variable scope
70
70
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
72
72
dnl
73
73
dnl Scope-check that the vars in the space-separated vars list are not already
74
74
dnl in use. Generate a configure-time error if a conflict is found. Note that
You can’t perform that action at this time.
0 commit comments