diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:12:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:12:34 -0700 |
commit | eb4fe3345af696ea5a08a44034a464a712a02fdd (patch) | |
tree | 3287cbe9ff12387554a6dc272ac65da3bb140808 | |
parent | ff361fe5ff0e7e34c838d7d1399de62ee90096e7 (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>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/Intrinsic.c | 2 | ||||
-rw-r--r-- | src/ResConfig.c | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -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 |