More trivial spelling/grammatical fixes#8591
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs a comprehensive cleanup of typos in comments, documentation, and log messages across the codebase. While most changes are beneficial, a correction in src/db/sysdb_ops.c was identified as inaccurate because it replaces the standard POSIX function name getgrnam with a non-existent one.
striker314
left a comment
There was a problem hiding this comment.
Corrected mistake in [src/db/sysdb_ops.c]
|
@striker314, please squash two commits (or discard 2nd and amend 1st). |
0358c67 to
ad34ae0
Compare
|
I checked over the changes for whitespace or double semicolons and am not finding an issue for why distcheck fails. |
|
Thank you, ACK. This won't apply cleanly to sssd-2-9 but I'll keep the label, it shouldn't be difficult to amend automated backport. |
justin-stephenson
left a comment
There was a problem hiding this comment.
Ack, thank you for the fixes.
…d in the changing of these files. Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Justin Stephenson <jstephen@redhat.com>
ad34ae0 to
2df1034
Compare
No functional code was harmed in the changing of these files.