From 9941c2d044f088242b341c805ce83fe6af7543d0 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 3 Jan 2016 18:01:10 +0100 Subject: [PATCH] Fix obvious typo --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index eedeca0d..a07b504e 100644 --- a/HACKING +++ b/HACKING @@ -64,7 +64,7 @@ current Git (see `Committing`_):: We also accept patches against other releases, but it's more work for us. -If you're not using Git, although you're strongly suggested to used it, +If you're not using Git, although you're strongly suggested to use it, you can use the diff command:: $ diff -u originalpath modifiedpath > new-feature.patch