You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.7 KiB

  1. commit c6eb147201c1d05afaadc5fd248b17be91f97331
  2. Author: Bertrand Jacquin <bertrand@jacquin.bzh>
  3. Date: Sat Oct 13 16:06:18 2018 +0100
  4. DOC: Fix a few typos
  5. these are mostly spelling mistakes, some of them might be candidate for
  6. backporting as well.
  7. (cherry picked from commit d5e4de8e5f99108e31dc7a23a0e91c4231e37974)
  8. Signed-off-by: Willy Tarreau <w@1wt.eu>
  9. diff --git a/CONTRIBUTING b/CONTRIBUTING
  10. index b2c2b493..cd97e69b 100644
  11. --- a/CONTRIBUTING
  12. +++ b/CONTRIBUTING
  13. @@ -309,7 +309,7 @@ do not think about them anymore after a few patches.
  14. A good rule of thumb is that if your identifiers start to contain more than
  15. 3 words or more than 15 characters, they can become confusing. For function
  16. names it's less important especially if these functions are rarely used or
  17. - are used in a complex context where it is important to differenciate between
  18. + are used in a complex context where it is important to differentiate between
  19. their multiple variants.
  20. 9) Unified diff only
  21. @@ -318,7 +318,7 @@ do not think about them anymore after a few patches.
  22. that you have committed your patch to a local branch, with an appropriate
  23. subject line and a useful commit message explaining what the patch attempts
  24. to do. It is not strictly required to use git, but what is strictly required
  25. - is to have all these elements in the same mail, easily distinguishible, and
  26. + is to have all these elements in the same mail, easily distinguishable, and
  27. a patch in "diff -up" format (which is also the format used by Git). This
  28. means the "unified" diff format must be used exclusively, and with the
  29. function name printed in the diff header of each block. That significantly
  30. @@ -761,7 +761,7 @@ sent to the mailing list : haproxy@formilux.org and CCed to relevant subsystem
  31. maintainers or authors of the modified files if their address appears at the
  32. top of the file.
  33. -Please don't send pull-requests, they are really unconvenient. First, a pull
  34. +Please don't send pull-requests, they are really inconvenient. First, a pull
  35. implies a merge operation and the code doesn't move fast enough to justify the
  36. use of merges. Second, pull requests are not easily commented on by the
  37. project's participants, contrary to e-mails where anyone is allowed to have an
  38. diff --git a/include/types/connection.h b/include/types/connection.h
  39. index 5e8af3e7..b9e46048 100644
  40. --- a/include/types/connection.h
  41. +++ b/include/types/connection.h
  42. @@ -45,7 +45,7 @@ struct server;
  43. struct pipe;
  44. -/* A connection handle is how we differenciate two connections on the lower
  45. +/* A connection handle is how we differentiate two connections on the lower
  46. * layers. It usually is a file descriptor but can be a connection id.
  47. */
  48. union conn_handle {