From e8c2ea38865cf5dcc135e34ec2e80def8736b582 Mon Sep 17 00:00:00 2001
From: Alangi Derick <redacted>
Date: Sun, 24 May 2015 14:58:30 +0100
Subject: [PATCH] Fixed a typographical error
This is a patch to fix a typographical error in the 2.5.0.txt file in
the Documentation/RelNotes directory. The error was in the word "thoughout"
which was to be spelled "throughout" based on the context of the sentence.
Signed-off-by: Alangi Derick <redacted>
---
Documentation/RelNotes/2.5.0.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/RelNotes/2.5.0.txt b/Documentation/RelNotes/2.5.0.txt
index a11e53c..02fdc66 100644
--- a/Documentation/RelNotes/2.5.0.txt
+++ b/Documentation/RelNotes/2.5.0.txt
@@ -32,7 +32,7 @@ UI, Workflows & Features
Performance, Internal Implementation, Development Support etc.
- * "unsigned char [20]" used thoughout the code to represent object
+ * "unsigned char [20]" used throughout the code to represent object
names are being converted into a semi-opaque "struct object_id".
This effort is expected to interfere with other topics in flight,
but hopefully will give us one extra level of abstraction in the--
2.4.0.53.g8440f74.dirty