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

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