Skip to content

Commit ac0654a

Browse files
stoeckmannrhc54
authored andcommitted
Fix typos.
Typos found with codespell. Signed-off-by: Tobias Stoeckmann <[email protected]>
1 parent b5ab80c commit ac0654a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+130
-130
lines changed

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ installation using the --with-libevent=<dir> option if it is in
8585
a non-standard location. Similarly, non-standard locations for
8686
the HWLOC package must be specified using the --with-hwloc=<dir>
8787
option. In both cases, PMIx will automatically detect these
88-
packages in standard locations and build-in support for them
88+
packages in standard locations and built-in support for them
8989
unless otherwise specified using the respective configure option.
9090

9191

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ using the --with-libevent=<dir> option if it is in a non-standard
7171
location. Similarly, non-standard locations for the HWLOC package
7272
must be specified using the --with-hwloc=<dir> option. In both
7373
cases, PMIx will automatically detect these packages in standard
74-
locations and build-in support for them unless otherwise specified
74+
locations and built-in support for them unless otherwise specified
7575
using the respective configure option.
7676

7777
If you need special access to install, then you can execute "make

bindings/python/pmix.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ cdef void toolconnected(pmix_info_t *info, size_t ninfo,
27102710
# we cannot execute a callback function here as
27112711
# that would cause PMIx to lockup. So we start
27122712
# a new thread on a timer that should execute a
2713-
# callback after the funciton returns
2713+
# callback after the function returns
27142714
cdef pmix_proc_t *proc
27152715
proc = NULL
27162716
pmix_copy_nspace(proc[0].nspace, ret_proc['nspace'])
@@ -2795,7 +2795,7 @@ cdef int allocate(const pmix_proc_t *client,
27952795
# we cannot execute a callback function here as
27962796
# that would cause PMIx to lockup. So we start
27972797
# a new thread on a timer that should execute a
2798-
# callback after the funciton returns
2798+
# callback after the function returns
27992799
cdef pmix_info_t *info
28002800
cdef pmix_info_t **info_ptr
28012801
cdef size_t ninfo = 0

config/oac_check_package.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dnl in the specified path.
5353
dnl 4. We try to find the specified header and function with no change
5454
dnl in CPPFLAGS or LDFLAGS and adding the specified libraries to LIBS.
5555
dnl
56-
dnl It is the resposibility of the caller to register arguments of the form
56+
dnl It is the responsibility of the caller to register arguments of the form
5757
dnl with-<package name>, with-<package name>-libdir, and with-package name>-incdir.
5858
dnl All three are optional, nothing will break if the caller doesn't specify them
5959
dnl (and indeed, if the package being searched for isn't libnl3, it's likely the
@@ -63,7 +63,7 @@ dnl By default, OAC_CHECK_PACKAGE will use <package name> for the module name to
6363
dnl to pkg-config, meaning there is a <package name>.pc in the filesystem. If a
6464
dnl different module name should be used, add a macro to the M4 environment named
6565
dnl <package name>_pkgconfig_module with the value of the pkgconfig module name
66-
dnl to use. For exmaple, if the libevent module name is libevent_core, you could
66+
dnl to use. For example, if the libevent module name is libevent_core, you could
6767
dnl specify:
6868
dnl
6969
dnl m4_define([libevent_pkgconfig_module], [libevent_core])

config/pmix.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ AC_DEFUN([PMIX_SETUP_CORE],[
7070
AC_SUBST(PMIX_top_builddir)
7171

7272
# Get pmix's absolute top srcdir (which may not be the same as the
73-
# real $top_srcdir. First, go back to the startdir incase the
73+
# real $top_srcdir. First, go back to the startdir in case the
7474
# $srcdir is relative.
7575

7676
cd "$PMIX_startdir"
@@ -1138,7 +1138,7 @@ AS_IF([test "$pmix_install_primary_headers" = "no"],
11381138
#
11391139
AC_ARG_ENABLE([per-user-config-files],
11401140
[AS_HELP_STRING([--enable-per-user-config-files],
1141-
[Disable per-user configuration files, to save disk accesses during job start-up. This is likely desirable for large jobs. Note that this can also be acheived by environment variables at run-time. (default: enabled)])])
1141+
[Disable per-user configuration files, to save disk accesses during job start-up. This is likely desirable for large jobs. Note that this can also be achieved by environment variables at run-time. (default: enabled)])])
11421142
if test "$enable_per_user_config_files" = "no" ; then
11431143
result=0
11441144
else

config/pmix_check_pthread_pids.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void *checkpid(void *arg) {
7070
[tpids_MSG=no PMIX_THREADS_HAVE_DIFFERENT_PIDS=0],
7171
[tpids_MSG=yes PMIX_THREADS_HAVE_DIFFERENT_PIDS=1],
7272
[
73-
# If we're cross compiling, we can't do another AC_* function here beause
73+
# If we're cross compiling, we can't do another AC_* function here because
7474
# it we haven't displayed the result from the last one yet. So defer
7575
# another test until below.
7676
PMIX_THREADS_HAVE_DIFFERENT_PIDS=

config/pmix_check_tm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dnl
2626
dnl $HEADER$
2727
dnl
2828

29-
# PMIX_CHECK_TM_PBS_CONFIG_RUN([pbs-config args], [assigmnent variable],
29+
# PMIX_CHECK_TM_PBS_CONFIG_RUN([pbs-config args], [assignment variable],
3030
# [action-if-successful], [action-if-not-successful])
3131
# --------------------------------------------------------------------------------
3232
AC_DEFUN([PMIX_CHECK_TM_PBS_CONFIG_RUN], [

config/pmix_functions.m4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dnl
4545
AC_DEFUN([PMIX_CONFIGURE_SETUP],[
4646

4747
# 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
4949
# special variable names before invoking the function. :-\
5050

5151
pmix_show_title() {
@@ -350,7 +350,7 @@ dnl #######################################################################
350350
# PMIX_APPEND_UNIQ(variable, new_argument)
351351
# ----------------------------------------
352352
# Append new_argument to variable if not already in variable. This assumes a
353-
# space seperated list.
353+
# space separated list.
354354
#
355355
# This could probably be made more efficient :(.
356356
AC_DEFUN([PMIX_APPEND_UNIQ], [
@@ -380,7 +380,7 @@ dnl #######################################################################
380380
# - the argument does not begin with -I, -L, or -l, or
381381
# - the argument begins with -I, -L, or -l, and it's not already in variable
382382
#
383-
# This macro assumes a space seperated list.
383+
# This macro assumes a space separated list.
384384
AC_DEFUN([PMIX_FLAGS_APPEND_UNIQ], [
385385
PMIX_VAR_SCOPE_PUSH([pmix_tmp pmix_append])
386386

@@ -409,7 +409,7 @@ dnl #######################################################################
409409
# - the argument does not begin with -I, -L, or -l, or
410410
# - the argument begins with -I, -L, or -l, and it's not already in variable
411411
#
412-
# This macro assumes a space seperated list.
412+
# This macro assumes a space separated list.
413413
AC_DEFUN([PMIX_FLAGS_PREPEND_UNIQ], [
414414
PMIX_VAR_SCOPE_PUSH([pmix_tmp pmix_prepend])
415415

@@ -440,7 +440,7 @@ dnl #######################################################################
440440
# variable, it is appended to variable.
441441
#
442442
# 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
444444
# variable and the argument is appended to variable. This behavior
445445
# is most useful in LIBS, where ordering matters and being rightmost
446446
# is usually the right behavior.
@@ -649,7 +649,7 @@ AC_DEFUN([PMIX_COMPUTE_MAX_VALUE], [
649649
overflow=1
650650
fi
651651
else
652-
# stil negative. Time to give up.
652+
# still negative. Time to give up.
653653
overflow=1
654654
fi
655655
pmix_num_bits=0

config/pmix_setup_cc.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ AC_DEFUN([PMIX_SETUP_CC],[
181181
# following lines and update the warning when we require a C11 compiler.
182182
# AC_MSG_WARNING([Open MPI requires a C11 (or newer) compiler])
183183
# AC_MSG_ERROR([Aborting.])
184-
# From Open MPI 1.7 on we require a C99 compiant compiler
184+
# From Open MPI 1.7 on we require a C99 compliant compiler
185185
# with autoconf 2.70 AC_PROG_CC makes AC_PROG_CC_C99 obsolete
186186
m4_version_prereq([2.70],
187187
[],
@@ -205,7 +205,7 @@ AC_DEFUN([PMIX_SETUP_CC],[
205205
PMIX_CC_HELPER([if $CC $1 supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available],
206206
[],[[static _Thread_local int foo = 1;++foo;]])
207207

208-
dnl At this time, PMIx only needs thread local and the atomic convenience tyes for C11 suport. These
208+
dnl At this time, PMIx only needs thread local and the atomic convenience types for C11 support. These
209209
dnl will likely be required in the future.
210210
AC_DEFINE_UNQUOTED([PMIX_C_HAVE__THREAD_LOCAL], [$pmix_prog_cc_c11_helper__Thread_local_available],
211211
[Whether C compiler supports __Thread_local])

config/pmix_setup_libevent.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ AC_DEFUN([PMIX_LIBEVENT_CONFIG],[
113113
]])],
114114
[AC_MSG_RESULT([yes])],
115115
[AC_MSG_RESULT([no])
116-
AC_MSG_WARN([PMIX rquires libevent to be compiled with thread support enabled])
116+
AC_MSG_WARN([PMIX requires libevent to be compiled with thread support enabled])
117117
pmix_libevent_support=0])
118118
fi
119119

0 commit comments

Comments
 (0)