mrc0mmand / rpms / hivex

Forked from rpms/hivex 3 years ago
Clone

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

40f388
diff -ur hivex-1.3.10.old/generator/generator.ml hivex-1.3.10/generator/generator.ml
40f388
--- hivex-1.3.10.old/generator/generator.ml	2014-03-26 14:56:27.000000000 +0000
40f388
+++ hivex-1.3.10/generator/generator.ml	2014-11-17 11:53:46.469958904 +0000
40f388
@@ -242,7 +242,7 @@
40f388
     "\
40f388
 Return the length of the key (name) of a (key, value) pair as produced
40f388
 by C<hivex_value_key>. The length can legitimately be 0, so errno is 
40f388
-the necesary mechanism to check for errors.
40f388
+the necessary mechanism to check for errors.
40f388
 
40f388
 In the context of Windows Registries, a zero-length name means
40f388
 that this value is the default key for this node in the tree.
40f388
diff -ur hivex-1.3.10.old/lib/hivex.pod hivex-1.3.10/lib/hivex.pod
40f388
--- hivex-1.3.10.old/lib/hivex.pod	2014-01-10 10:00:53.000000000 +0000
40f388
+++ hivex-1.3.10/lib/hivex.pod	2014-11-17 11:53:49.288886768 +0000
40f388
@@ -346,7 +346,7 @@
40f388
 
40f388
 Return the length of the key (name) of a (key, value) pair as produced
40f388
 by C<hivex_value_key>. The length can legitimately be 0, so errno is 
40f388
-the necesary mechanism to check for errors.
40f388
+the necessary mechanism to check for errors.
40f388
 
40f388
 In the context of Windows Registries, a zero-length name means
40f388
 that this value is the default key for this node in the tree.
40f388
diff -ur hivex-1.3.10.old/perl/lib/Win/Hivex.pm hivex-1.3.10/perl/lib/Win/Hivex.pm
40f388
--- hivex-1.3.10.old/perl/lib/Win/Hivex.pm	2014-01-10 10:00:53.000000000 +0000
40f388
+++ hivex-1.3.10/perl/lib/Win/Hivex.pm	2014-11-17 11:53:49.337885514 +0000
40f388
@@ -212,7 +212,7 @@
40f388
 
40f388
 Return the length of the key (name) of a (key, value) pair as produced
40f388
 by C<value_key>. The length can legitimately be 0, so errno is 
40f388
-the necesary mechanism to check for errors.
40f388
+the necessary mechanism to check for errors.
40f388
 
40f388
 In the context of Windows Registries, a zero-length name means
40f388
 that this value is the default key for this node in the tree.
40f388
diff -ur hivex-1.3.10.old/ruby/ext/hivex/_hivex.c hivex-1.3.10/ruby/ext/hivex/_hivex.c
40f388
--- hivex-1.3.10.old/ruby/ext/hivex/_hivex.c	2014-01-13 22:20:34.000000000 +0000
40f388
+++ hivex-1.3.10/ruby/ext/hivex/_hivex.c	2014-11-17 11:53:50.808847877 +0000
40f388
@@ -580,8 +580,8 @@
40f388
  *
40f388
  * Return the length of the key (name) of a (key, value)
40f388
  * pair as produced by "h.value_key". The length can
40f388
- * legitimately be 0, so errno is the necesary mechanism to
40f388
- * check for errors.
40f388
+ * legitimately be 0, so errno is the necessary mechanism
40f388
+ * to check for errors.
40f388
  * 
40f388
  * In the context of Windows Registries, a zero-length name
40f388
  * means that this value is the default key for this node