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