From eb4fe3345af696ea5a08a44034a464a712a02fdd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 17 Jul 2022 18:12:34 -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 +- src/Intrinsic.c | 2 +- src/ResConfig.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e4a9b0d..7e77e02 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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/lib/libXt diff --git a/src/Intrinsic.c b/src/Intrinsic.c index ede8e6f..71a1b99 100644 --- a/src/Intrinsic.c +++ b/src/Intrinsic.c @@ -1345,7 +1345,7 @@ FillInLangSubs(Substitution subs, XtPerDisplay pd) /* * default path used if environment variable XFILESEARCHPATH - * is not defined. Also substitued for %D. + * is not defined. Also substituted for %D. * The exact value should be documented in the implementation * notes for any Xt implementation. */ diff --git a/src/ResConfig.c b/src/ResConfig.c index f73a358..c12fed5 100644 --- a/src/ResConfig.c +++ b/src/ResConfig.c @@ -288,7 +288,7 @@ _set_resource_values(Widget w, char *resource, char *value, char *last_part) * remainder the part of the resource string left over * resource the resource string to be matched * value the value to be set - * last_token the last * or . before the final resoruce part + * last_token the last * or . before the final resource part * last_part the last resource part (e.g. *background) * * RETURN VALUES: void @@ -347,7 +347,7 @@ _apply_values_to_children(Widget w, * remainder the remaining part of the resource string * resource the resource string to be matched * value the value to be applied - * last_token the last * or . before the final resoruce part + * last_token the last * or . before the final resource part * last_part the last resource part (e.g. *background) * * RETURN VALUES: none @@ -483,7 +483,7 @@ _match_resource_to_widget(Widget w, char *part) * remainder the part of the resource string left over * resource the resource string to be matched * value the value to be set - * last_token the last * or . before the final resoruce part + * last_token the last * or . before the final resource part * last_part the last resource part (e.g. *background) * * RETURN VALUES: none -- cgit v1.2.3