From f80d0c5023853de4038bcc8cffcffe6558262b72 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 23 Jul 2020 10:15:41 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- README.md | 2 +- get_load.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 688c572..ea3efb1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/app/xload 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); -- cgit v1.2.3