1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Description: fix spelling errors in final binary
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Forwarded: https://github.com/libyal/libpff/issues/73
Last-Update: 2018-11-06
@@ -159,7 +159,7 @@ int libbfio_handle_initialize(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize read/write lock.",
+ "%s: unable to initialize read/write lock.",
function );
goto on_error;
@@ -158,7 +158,7 @@ int libbfio_pool_initialize(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize read/write lock.",
+ "%s: unable to initialize read/write lock.",
function );
goto on_error;
@@ -396,7 +396,7 @@ int libbfio_pool_clone(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize read/write lock.",
+ "%s: unable to initialize read/write lock.",
function );
goto on_error;
@@ -185,7 +185,7 @@ int libcdata_array_initialize(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize read/write lock.",
+ "%s: unable to initialize read/write lock.",
function );
goto on_error;
@@ -103,7 +103,7 @@ int libcdata_list_initialize(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize read/write lock.",
+ "%s: unable to initialize read/write lock.",
function );
goto on_error;
@@ -101,7 +101,7 @@ int libcdata_list_element_initialize(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize read/write lock.",
+ "%s: unable to initialize read/write lock.",
function );
goto on_error;
@@ -156,7 +156,7 @@ int libcsplit_narrow_string_split(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize split string.",
+ "%s: unable to initialize split string.",
function );
goto on_error;
@@ -158,7 +158,7 @@ int libcsplit_wide_string_split(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize split string.",
+ "%s: unable to initialize split string.",
function );
goto on_error;
@@ -154,7 +154,7 @@ int libfvalue_utf16_string_split(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize split string.",
+ "%s: unable to initialize split string.",
function );
goto on_error;
@@ -154,7 +154,7 @@ int libfvalue_utf8_string_split(
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
- "%s: unable to intialize split string.",
+ "%s: unable to initialize split string.",
function );
goto on_error;
@@ -2245,7 +2245,7 @@ int export_handle_export_record_entry_to
error,
LIBCERROR_ERROR_DOMAIN_RUNTIME,
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
- "%s: unable to retreive value data.",
+ "%s: unable to retrieve value data.",
function );
goto on_error;
|