summaryrefslogtreecommitdiff
path: root/get_load.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-23 10:15:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-23 10:15:41 -0700
commitf80d0c5023853de4038bcc8cffcffe6558262b72 (patch)
treef3833ba56d2ad7a7f4e109ac4a72d8aa89a3791c /get_load.c
parent32c88fc4b23e75159c12aa33c277fe43e99b9f59 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'get_load.c')
-rw-r--r--get_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_load.c b/get_load.c
index 7dd5650..026ec6b 100644
--- a/get_load.c
+++ b/get_load.c
@@ -212,7 +212,7 @@ void InitLoadPoint() /* SYSV386 version */
xload_error("cannot read", VAR_NAME);
if ((p=(struct proc *)malloc(v.v_proc*sizeof(*p))) == NULL)
- xload_error("cannot allocat space for", PROC_NAME);
+ xload_error("cannot allocate space for", PROC_NAME);
first_buf = (XtPointer) namelist[2].n_value;
last_buf = (char *)first_buf + v.v_buf * sizeof(struct buf);