Blame SOURCES/0007-generator-Fix-a-spelling-mistake-in-the-documentatio.patch

3d1215
From 026a1a2e01795defcfe5b638347671e09fcec2b6 Mon Sep 17 00:00:00 2001
3d1215
From: "Richard W.M. Jones" <rjones@redhat.com>
3d1215
Date: Tue, 20 May 2014 10:48:40 +0100
3d1215
Subject: [PATCH 07/12] generator: Fix a spelling mistake in the documentation
3d1215
 (RHBZ#1099286).
3d1215
3d1215
(cherry picked from commit cea8dbf029029a725768caa14ddc876f56bfd878)
3d1215
---
3d1215
 generator/generator.ml | 2 +-
3d1215
 1 file changed, 1 insertion(+), 1 deletion(-)
3d1215
3d1215
diff --git a/generator/generator.ml b/generator/generator.ml
3d1215
index 02aaf12..64c7681 100755
3d1215
--- a/generator/generator.ml
3d1215
+++ b/generator/generator.ml
3d1215
@@ -242,7 +242,7 @@ default key.";
3d1215
     "\
3d1215
 Return the length of the key (name) of a (key, value) pair as produced
3d1215
 by C<hivex_value_key>. The length can legitimately be 0, so errno is 
3d1215
-the necesary mechanism to check for errors.
3d1215
+the necessary mechanism to check for errors.
3d1215
 
3d1215
 In the context of Windows Registries, a zero-length name means
3d1215
 that this value is the default key for this node in the tree.
3d1215
-- 
3d1215
1.8.3.1
3d1215