1672411055.rel-26.1-63-gd702ebab.spelling-fixes-mostly-in-file-comments.patch 619 B

123456789101112131415161718
  1. Subject: Spelling fixes, mostly in file comments
  2. Origin: upstream, commit rel-26.1-63-gd702ebab <https://github.com/ngircd/ngircd/commit/d702ebab>
  3. Author: Alexander Barton <alex@barton.de>
  4. Date: Fri Dec 30 15:37:35 2022 +0100
  5. This is only the change that is user-visiable.
  6. --- a/src/ngircd/ngircd.c
  7. +++ b/src/ngircd/ngircd.c
  8. @@ -825,7 +825,7 @@
  9. "Can't change working directory to \"%s\": %s!",
  10. pwd->pw_dir, strerror(errno));
  11. } else
  12. - Log(LOG_ERR, "Can't get user informaton for UID %d!?", Conf_UID);
  13. + Log(LOG_ERR, "Can't get user information for UID %d!?", Conf_UID);
  14. return true;
  15. out: