On 07/10/2022 18:26, Chad Dougherty wrote:
Signed-off-by: Chad Dougherty <c...@acm.org>
---
contrib.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib.html b/contrib.html
index d5024694..04dc9726 100755
--- a/contrib.html
+++ b/contrib.html
@@ -132,7 +132,7 @@ in git format-patch format.</p>
git format-patch [--cover-letter]
</pre>
-<p>This will produce files with all of your changes newer that origin,
+<p>This will produce files with all of your changes newer than origin,
making it easy for someone to review and, if you don't have write
access, push. Give them a final once-over. Ideally you include a good
description of your change with details what it does, how it works, what
I applied these, thanks.