|
45 | 45 | AC_DEFUN([PMIX_CONFIGURE_SETUP],[
|
46 | 46 |
|
47 | 47 | # Some helper script functions. Unfortunately, we cannot use $1 kinds
|
48 |
| -# of arugments here because of the m4 substitution. So we have to set |
| 48 | +# of arguments here because of the m4 substitution. So we have to set |
49 | 49 | # special variable names before invoking the function. :-\
|
50 | 50 |
|
51 | 51 | pmix_show_title() {
|
@@ -350,7 +350,7 @@ dnl #######################################################################
|
350 | 350 | # PMIX_APPEND_UNIQ(variable, new_argument)
|
351 | 351 | # ----------------------------------------
|
352 | 352 | # Append new_argument to variable if not already in variable. This assumes a
|
353 |
| -# space seperated list. |
| 353 | +# space separated list. |
354 | 354 | #
|
355 | 355 | # This could probably be made more efficient :(.
|
356 | 356 | AC_DEFUN([PMIX_APPEND_UNIQ], [
|
@@ -380,7 +380,7 @@ dnl #######################################################################
|
380 | 380 | # - the argument does not begin with -I, -L, or -l, or
|
381 | 381 | # - the argument begins with -I, -L, or -l, and it's not already in variable
|
382 | 382 | #
|
383 |
| -# This macro assumes a space seperated list. |
| 383 | +# This macro assumes a space separated list. |
384 | 384 | AC_DEFUN([PMIX_FLAGS_APPEND_UNIQ], [
|
385 | 385 | PMIX_VAR_SCOPE_PUSH([pmix_tmp pmix_append])
|
386 | 386 |
|
@@ -409,7 +409,7 @@ dnl #######################################################################
|
409 | 409 | # - the argument does not begin with -I, -L, or -l, or
|
410 | 410 | # - the argument begins with -I, -L, or -l, and it's not already in variable
|
411 | 411 | #
|
412 |
| -# This macro assumes a space seperated list. |
| 412 | +# This macro assumes a space separated list. |
413 | 413 | AC_DEFUN([PMIX_FLAGS_PREPEND_UNIQ], [
|
414 | 414 | PMIX_VAR_SCOPE_PUSH([pmix_tmp pmix_prepend])
|
415 | 415 |
|
@@ -440,7 +440,7 @@ dnl #######################################################################
|
440 | 440 | # variable, it is appended to variable.
|
441 | 441 | #
|
442 | 442 | # If an argument in new_argument begins with a -l and is already in
|
443 |
| -# variable, the existing occurances of the argument are removed from |
| 443 | +# variable, the existing occurrences of the argument are removed from |
444 | 444 | # variable and the argument is appended to variable. This behavior
|
445 | 445 | # is most useful in LIBS, where ordering matters and being rightmost
|
446 | 446 | # is usually the right behavior.
|
@@ -649,7 +649,7 @@ AC_DEFUN([PMIX_COMPUTE_MAX_VALUE], [
|
649 | 649 | overflow=1
|
650 | 650 | fi
|
651 | 651 | else
|
652 |
| - # stil negative. Time to give up. |
| 652 | + # still negative. Time to give up. |
653 | 653 | overflow=1
|
654 | 654 | fi
|
655 | 655 | pmix_num_bits=0
|
|
0 commit comments