fix lots of spelling

fix some errors from the sed script

undo file mode crap
This commit is contained in:
Jeffrey Crowell 2014-12-05 18:31:28 -05:00 committed by pancake
parent 9aaca2d525
commit ed1aae7fd1
44 changed files with 64 additions and 64 deletions

View file

@ -651,7 +651,7 @@ int main(int argc, char **argv, char **envp) {
}
r_list_free (evals);
#endif
// no flagspace selected by default the begining
// no flagspace selected by default the beginning
r.flags->space_idx = -1;
/* load <file>.r2 */
{
@ -721,7 +721,7 @@ int main(int argc, char **argv, char **envp) {
if (seek != UT64_MAX)
r_core_seek (&r, seek, 1);
// no flagspace selected by default the begining
// no flagspace selected by default the beginning
r.flags->space_idx = -1;
for (;;) {
r.zerosep = zerosep;

View file

@ -206,7 +206,7 @@ r2 your penis
This is just an existentialist experiment.
Nothing to see here. Move along.
Select your character: RBin Wizard, Master Anal Paladin, or Assembly Wizard
I accidently radared my filesystem today.
I accidentally radared my filesystem today.
No fix, no sleep
You see it, you fix it!
V is for Visual

View file

@ -423,7 +423,7 @@ repeat:
}
#endif
} else {
/* if not eobjmp. a jump will break the function if jumps before the begining of the function */
/* if not eobjmp. a jump will break the function if jumps before the beginning of the function */
if (op.jump < fcn->addr) {
if (!overlapped) {
bb->jump = op.jump;

View file

@ -258,7 +258,7 @@ static const struct arc_operand arc_operands_a4[] =
#define SYNTAX_LD (SYNTAX_ST + 1)
{ '3', 9, 0, ARC_OPERAND_FAKE | ARC_OPERAND_ERROR, insert_ld_syntax, extract_ld_syntax },
/* Flag update bit (insertion is defered until we know how). */
/* Flag update bit (insertion is deferred until we know how). */
#define FLAG (SYNTAX_LD + 1)
{ 'f', 1, 8, ARC_OPERAND_SUFFIX, insert_flag, extract_flag },
@ -528,7 +528,7 @@ static const struct arc_operand arc_operands_ac[] =
#define COND_AC (FORCELIMM_AC + 1)
{ 'q', 5, 0, ARC_OPERAND_SUFFIX, insert_cond, extract_cond },
/* flag update bit (insertion is defered until we know how) */
/* flag update bit (insertion is deferred until we know how) */
#define FLAG_AC (COND_AC + 1)
{ 'f', 1, 15, ARC_OPERAND_SUFFIX, insert_flag, extract_flag },

View file

@ -2319,7 +2319,7 @@ print_insn_aarch64 (bfd_vma pc,
n = last_mapping_sym;
/* No mapping symbol found at this address. Look backwards
for a preceeding one. */
for a preceding one. */
for (; n >= 0; n--)
{
if (get_sym_code_type (info, n, &type))

View file

@ -4595,10 +4595,10 @@ parse_disassembler_options (char *options)
{
parse_arm_disassembler_option (options);
/* Skip forward to next seperator. */
/* Skip forward to next separator. */
while ((*options) && (! ISSPACE (*options)) && (*options != ','))
++ options;
/* Skip forward past seperators. */
/* Skip forward past separators. */
while (ISSPACE (*options) || (*options == ','))
++ options;
}

View file

@ -1,4 +1,4 @@
/* ANSI and traditional C compatability macros
/* ANSI and traditional C compatibility macros
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of the GNU C Library.

View file

@ -578,7 +578,7 @@
/* The next four dynamic tags are used on Solaris. We support them
everywhere. Note these values lie outside of the (new) range for
OS specific values. This is a deliberate special case and we
maintain it for backwards compatability. */
maintain it for backwards compatibility. */
#define DT_VALRNGLO 0x6ffffd00
#define DT_GNU_PRELINKED 0x6ffffdf5
#define DT_GNU_CONFLICTSZ 0x6ffffdf6

View file

@ -26,7 +26,7 @@
This is because the code in this directory is used to build a library which
will be linked with code in other directories to form programs. We want to
maintain a seperate translation file for this directory however, rather
maintain a separate translation file for this directory however, rather
than being forced to merge it with that of any program linked to
libopcodes. This is a library, so it cannot depend on the catalog
currently loaded.

View file

@ -195,7 +195,7 @@ static inline u_long read32(short *p) {
R_IPI m68k_word *M68k_Disassemble(struct DisasmPara_68k *dp)
/* Disassemble M68k instruction and return a pointer to the next */
/* instruction, or NULL if an error occured. */
/* instruction, or NULL if an error occurred. */
{
u_short opc;
dis_func_t *func;
@ -2797,7 +2797,7 @@ static void get_modregstr_mit(dis_buffer_t *dbuf,int bit, int mod, int sz, int d
bd == 3 ? SIZE_LONG :
SIZE_BYTE);
if (od && !ISBITSET(ext,6) && !ISBITSET(ext,2))
/* Pre-indexed and not supressing index */
/* Pre-indexed and not suppressing index */
addchar(',');
else if (od && ISBITSET(ext,2)) {
/* Post-indexed */

View file

@ -561,7 +561,7 @@ const t_cmddata cmddata[] = {
{ 0x00FFFF, 0x00610F, 2,00, RMX,MR8,NNN, C_MMX+2, "PUNPCKLWD" },
{ 0x00FFFF, 0x00620F, 2,00, RMX,MR8,NNN, C_MMX+4, "PUNPCKLDQ" },
{ 0x00FFFF, 0x00EF0F, 2,00, RMX,MR8,NNN, C_MMX+0, "PXOR" },
// AMD extentions to MMX command set (including Athlon/PIII extentions).
// AMD extensions to MMX command set (including Athlon/PIII extensions).
{ 0x00FFFF, 0x000E0F, 2,00, NNN,NNN,NNN, C_MMX+0, "FEMMS" },
{ 0x38FFFF, 0x000D0F, 2,00, MD8,NNN,NNN, C_MMX+0, "PREFETCH" },
{ 0x38FFFF, 0x080D0F, 2,00, MD8,NNN,NNN, C_MMX+0, "PREFETCHW" },
@ -584,7 +584,7 @@ const t_cmddata cmddata[] = {
{ 0x00FFFF, 0x00F60F, 2,00, RMX,MR8,NNN, C_MMX+1, "PSADBW" },
{ 0x00FFFF, 0x00700F, 2,00, RMX,MR8,IM1, C_MMX+2, "PSHUFW" },
{ 0xFFFFFF, 0xF8AE0F, 2,00, NNN,NNN,NNN, C_MMX+0, "SFENCE" },
// AMD 3DNow! instructions (including Athlon extentions).
// AMD 3DNow! instructions (including Athlon extensions).
{ 0x00FFFF, 0xBF0F0F, 2,00, RMX,MR8,NNN, C_NOW+1, "PAVGUSB" },
{ 0x00FFFF, 0x9E0F0F, 2,00, R3D,MRD,NNN, C_NOW+4, "PFADD" },
{ 0x00FFFF, 0x9A0F0F, 2,00, R3D,MRD,NNN, C_NOW+4, "PFSUB" },

View file

@ -1059,7 +1059,7 @@ retrylongjump:
case PS0: // Top of FPU stack (pseudooperand)
case PS1: // ST(1) (pseudooperand)
case PCX: // CX/ECX (pseudooperand)
case PDI: // EDI (pseudooperand in MMX extentions)
case PDI: // EDI (pseudooperand in MMX extensions)
break;
default: // Undefined type of operand
strcpy(errtext,"Internal Assembler error");
@ -1245,7 +1245,7 @@ retrylongjump:
op->index>=0 && op->scale==2 &&
op->offset>=-128 && op->offset<128 && op->anyoffset==0) {
op->base=op->index; op->scale=1; };
if (op->index==GREG_ESP) { // Reordering was unsuccessfull
if (op->index==GREG_ESP) { // Reordering was unsuccessful
strcpy(errtext,"Invalid indexing mode");
goto error; };
if (op->base<0) {
@ -1298,7 +1298,7 @@ retrylongjump:
case IMX: // Immediate sign-extendable byte
case IMS: // Immediate byte (for shifts)
case IM1: // Immediate byte
if (immsize==2) // To accomodate ENTER instruction
if (immsize==2) // To accommodate ENTER instruction
immediate=(immediate & 0xFFFF) | (op->offset<<16);
else immediate=op->offset;
anyimm|=op->anyoffset;
@ -1352,7 +1352,7 @@ retrylongjump:
case PS0: // Top of FPU stack (pseudooperand)
case PS1: // ST(1) (pseudooperand)
case PCX: // CX/ECX (pseudooperand)
case PDI: // EDI (pseudooperand in MMX extentions)
case PDI: // EDI (pseudooperand in MMX extensions)
break; // Simply skip preudooperands
default: // Undefined type of operand
strcpy(errtext,"Internal Assembler error");

View file

@ -1160,7 +1160,7 @@ ulong Disasm(const unsigned char *src,ulong srcsize,ulong srcip,
DecodeST(1,1); break;
case PCX: // CX/ECX (pseudooperand)
DecodeRG(GREG_ECX,cxsize,PCX); break;
case PDI: // EDI (pseudooperand in MMX extentions)
case PDI: // EDI (pseudooperand in MMX extensions)
DecodeRG(GREG_EDI,4,PDI); break;
default:
da->error=DAE_INTERN; // Unknown argument type

View file

@ -57,7 +57,7 @@
#undef SS
// Special command features.
#define WW 0x01 // Bit W (size of operand)
#define SS 0x02 // Bit S (sign extention of immediate)
#define SS 0x02 // Bit S (sign extension of immediate)
#define WS 0x03 // Bits W and S
#define W3 0x08 // Bit W at position 3
#define CC 0x10 // Conditional jump
@ -134,7 +134,7 @@
#define PS0 (PSEUDOOP+5) // Top of FPU stack (ST(0))
#define PS1 (PSEUDOOP+6) // ST(1)
#define PCX (PSEUDOOP+7) // CX/ECX
#define PDI (PSEUDOOP+8) // EDI (in MMX extentions)
#define PDI (PSEUDOOP+8) // EDI (in MMX extensions)
// Errors detected during command disassembling.
#define DAE_NOERR 0 // No error

View file

@ -262,7 +262,7 @@ rd_label (const char **p, int *exists, struct label **previous, int level,
/* not yet found */
const char *old_p = *p;
/* label does not exist, or is invalid. This is an error if there
* is no existance check. */
* is no existence check. */
if (!exists && print_errors)
printerr (1, "using undefined label %.*s\n", *p - old_p, old_p);
/* Return a value to discriminate between non-existing and invalid */

View file

@ -146,7 +146,7 @@ struct mach_header_64 {
#define MH_FORCE_FLAT 0x100 /* the executable is forcing all images
to use flat name space bindings */
#define MH_NOMULTIDEFS 0x200 /* this umbrella guarantees no multiple
defintions of symbols in its
definitions of symbols in its
sub-images so the two-level namespace
hints can always be used. */
#define MH_NOFIXPREBINDING 0x400 /* do not have dyld notify the

View file

@ -284,7 +284,7 @@ struct nlist_64 {
/*
* The N_ARM_THUMB_DEF bit of the n_desc field indicates that the symbol is
* a defintion of a Thumb function.
* a definition of a Thumb function.
*/
#define N_ARM_THUMB_DEF 0x0008 /* symbol is a Thumb function (ARM) */

View file

@ -218,10 +218,10 @@ __END_DECLS
*
* The subtype definitions here are unusual for historical reasons.
* NeXT used to consider 68030 code as generic 68000 code. For
* backwards compatability:
* backwards compatibility:
*
* CPU_SUBTYPE_MC68030 symbol has been preserved for source code
* compatability.
* compatibility.
*
* CPU_SUBTYPE_MC680x0_ALL has been defined to be the same
* subtype as CPU_SUBTYPE_MC68030 for binary comatability.

View file

@ -1,4 +1,4 @@
/* ANSI and traditional C compatability macros
/* ANSI and traditional C compatibility macros
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
Free Software Foundation, Inc.

View file

@ -225,7 +225,7 @@ static int cmd_help(void *data, const char *input) {
const char* help_msg[] = {
"Usage: ?v [$.]","","",
"$$", "", "here (current virtual seek)",
"$?", "", "last comparision value",
"$?", "", "last comparison value",
"$alias", "=value", "Alias commands (simple macros)",
"$Cn", "", "get nth call of function",
"$Dn", "", "get nth data reference in function",

View file

@ -371,7 +371,7 @@ static void cmd_print_format (RCore *core, const char *_input, int len) {
// > pxa
/* In this function, most of the buffers have 4 times
* the required lenght. This is because we supports colours,
* the required length. This is because we supports colours,
* that are 4 chars long. */
#define append(x,y) { strcat (x,y);x += strlen (y); }
static void annotated_hexdump(RCore *core, const char *str, int len) {
@ -481,7 +481,7 @@ static void annotated_hexdump(RCore *core, const char *str, int len) {
// collect flags
flag = r_flag_get_i (core->flags, addr+j);
if (flag) { // Begining of a flag
if (flag) { // Beginning of a flag
if (flagsz) {
fend = addr + flagsz; //core->blocksize;
} else {

View file

@ -549,7 +549,7 @@ static RList* construct_rop_gadget(RCore *core, ut64 addr, ut8 *buf, int idx, co
//Handle (possible) grep
if (search_hit) {
if (end[0] == ';') { // fields are semicolon-seperated
if (end[0] == ';') { // fields are semicolon-separated
start = end + 1; // skip the ;
end = strstr (start, ";");
end = end?end: start + strlen(start); //latest field?

View file

@ -864,7 +864,7 @@ R_API int r_core_config_init(RCore *core) {
SETICB("anal.sleep", 0, &cb_analsleep, "Sleep some usecs before analyzing more. Avoid 100% cpu usage");
SETPREF("anal.hasnext", "true", "Continue analysis after each function");
SETPREF("anal.esil", "false", "Use the new ESIL code analysis");
SETCB("anal.nopskip", "true", &cb_analnopskip, "Skip nops at the begining of functions");
SETCB("anal.nopskip", "true", &cb_analnopskip, "Skip nops at the beginning of functions");
SETCB("anal.arch", R_SYS_ARCH, &cb_analarch, "Specify the anal.arch to use");
SETCB("anal.cpu", R_SYS_ARCH, &cb_analcpu, "Specify the anal.cpu to use");
SETPREF("anal.prelude", "", "Specify an hexpair to find preludes in code");

View file

@ -93,7 +93,7 @@ int analyzeIterative (RCore *core, Sdb *db, ut64 addr) {
switch (op->type) {
case R_ANAL_OP_TYPE_NOP:
/* If placed at the begining..just skip them */
/* If placed at the beginning..just skip them */
if (cur == 0) {
eprintf ("NOPSKIP %d\n", op->size);
oaddr += op->size;

View file

@ -678,17 +678,17 @@ static int r_cmd_is_object_descriptor (const char *name, ut32 name_len) {
}
static char * r_cmd_replace_name (const char *s_new, ut32 replace_len, const char *s_old, ut32 match_len, const char *buffer, ut32 buf_len, ut32 *res_len) {
ut32 num_occurences = 0, i = 0;
ut32 num_occurrences = 0, i = 0;
char * result = NULL, *p_result = NULL;
num_occurences = r_cmd_get_num_classname_str_occ (buffer, s_old);
num_occurrences = r_cmd_get_num_classname_str_occ (buffer, s_old);
*res_len = 0;
if (num_occurences > 0 && replace_len > 0 && s_old) {
if (num_occurrences > 0 && replace_len > 0 && s_old) {
ut32 consumed = 0;
const char * next = r_cmd_get_next_classname_str (buffer+consumed, s_old);
IFDBG r_cons_printf ("Replacing \"%s\" with \"%s\" in: %s\n", s_old, s_new, buffer);
result = malloc (num_occurences*replace_len + buf_len);
memset (result, 0, num_occurences*replace_len + buf_len);
result = malloc (num_occurrences*replace_len + buf_len);
memset (result, 0, num_occurrences*replace_len + buf_len);
p_result = result;
while (next && consumed < buf_len) {
// replace up to next
@ -793,7 +793,7 @@ static int r_cmd_java_handle_replace_classname_value (RCore *core, const char *c
ut16 len = 0;
if (cp_obj && cp_obj->tag == R_BIN_JAVA_CP_UTF8 &&
cp_obj->info.cp_utf8.length && cp_obj->info.cp_utf8.length >= class_name_len-1) {
ut32 num_occurences = 0;
ut32 num_occurrences = 0;
ut64 addr = cp_obj->file_offset + cp_obj->loadaddr;
buffer = r_bin_java_cp_get_idx_bytes (obj, idx, &buffer_sz);
@ -803,9 +803,9 @@ static int r_cmd_java_handle_replace_classname_value (RCore *core, const char *c
memcpy (name, buffer+3, len);
name[len] = 0;
num_occurences = r_cmd_get_num_classname_str_occ (name, class_name);
num_occurrences = r_cmd_get_num_classname_str_occ (name, class_name);
if (num_occurences > 0) {
if (num_occurrences > 0) {
// perform inplace replacement
ut32 res_len = 0;
char * result = NULL;

View file

@ -36,7 +36,7 @@
// Tuning parameters
//**************************************
// FORCE_NATIVE_FORMAT :
// By default, xxHash library provides endian-independant Hash values.
// By default, xxHash library provides endian-independent Hash values.
// Results are therefore identical for big-endian and little-endian CPU.
// This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
// Should endian-independance be of no importance to your application, you may uncomment the #define below

View file

@ -532,7 +532,7 @@ typedef struct r_anal_t {
int big_endian;
int split; // used only from core
int sleep; // sleep some usecs before analyzing more (avoid 100% cpu usages)
int nopskip; // skip nops at the begining of functions
int nopskip; // skip nops at the beginning of functions
void *user;
ut64 gp; // global pointer. used for mips. but can be used by other arches too in the future
RList *fcns;

View file

@ -135,7 +135,7 @@ typedef struct r_socket_rap_server_t {
rap_server_cmd system;
rap_server_cmd cmd;
rap_server_close close;
void *user; //Allways first arg for callbacks
void *user; //Always first arg for callbacks
} RSocketRapServer;
R_API RSocketRapServer *r_socket_rap_server_new (int is_ssl, const char *port);

View file

@ -42,7 +42,7 @@ point to a given physical address from a virtual one.
#define isInMapRange(m,x) ((m->from <= x) && (x <= m->to))
/* Idea: At first, get all sections in vrange, meanwhile record all unsectioned area and store it via RIORange in a list,
read all sections via mread, resolve maps for unsectioned areas and fill the gaps. last point must allways prefere using io->desc*/
read all sections via mread, resolve maps for unsectioned areas and fill the gaps. last point must always prefere using io->desc*/
R_API int r_io_vread (RIO *io, ut64 vaddr, ut8 *buf, int len) {
int tmp_len = len;
ut8 *tmp_buf = buf;
@ -104,7 +104,7 @@ R_API int r_io_vread (RIO *io, ut64 vaddr, ut8 *buf, int len) {
r_io_mread (io, map->fd, tmp_vaddr, tmp_buf, tmp_len); //read from maps, the ranges will adjusted in mread
}
r_list_free (maps); //free the list for the next iteration
r_io_mread (io, io->desc->fd, tmp_vaddr, tmp_buf, tmp_len); //ensure that io->desc is allways on the top
r_io_mread (io, io->desc->fd, tmp_vaddr, tmp_buf, tmp_len); //ensure that io->desc is always on the top
}
r_list_free (ranges);
} else {
@ -113,7 +113,7 @@ R_API int r_io_vread (RIO *io, ut64 vaddr, ut8 *buf, int len) {
r_io_mread (io, map->fd, vaddr, buf, len); //read from the maps, the ranges will be adjusted in mread
}
r_list_free (maps); //free the list
r_io_mread (io, io->desc->fd, vaddr, buf, len); //ensure that io->desc is allways on the top
r_io_mread (io, io->desc->fd, vaddr, buf, len); //ensure that io->desc is always on the top
}
return R_TRUE;
}

View file

@ -163,7 +163,7 @@
>>>>>379 string GRUB\ \0 \b, GRUB version 0.95 or 0.96
>>>>391 string Geom\0Hard\ Disk\0Read\0\ Error\0
>>>>>385 string GRUB\ \0 \b, GRUB version 0.97
#unkown version
#unknown version
>>>343 string Geom\0Read\0\ Error\0
>>>>321 string Loading\ stage1.5 \b, GRUB version x.y
>>>380 string Geom\0Hard\ Disk\0Read\0\ Error\0

View file

@ -219,7 +219,7 @@ R_API int r_search_mybinparse_update(void *_s, ut64 from, const ut8 *buf, int le
offset += match_pos + kw->keyword_length;
kw->count++;
count++;
/* Stop at the first occurence */
/* Stop at the first occurrence */
if (s->inverse)
return -1;
}

View file

@ -77,7 +77,7 @@ Enable sandboxed mode (same as \-e cfg.sandbox=true)
.It Fl t
Get binary information using a thread
.It Fl v
Show version information and exits.
Show version information and exit.
.It Fl w
Open in write mode
.It Fl h

View file

@ -167,7 +167,7 @@ SDB_API int sdb_array_add_num(Sdb *s, const char *key, ut64 val, ut32 cas) {
return sdb_array_add (s, key, v16, cas); // TODO: v10 or v16
}
// XXX: index should be supressed here? if its a set we shouldnt change the index
// XXX: index should be suppressed here? if its a set we shouldnt change the index
SDB_API int sdb_array_add(Sdb *s, const char *key, const char *val, ut32 cas) {
if (sdb_array_contains (s, key, val, NULL))
return 0;

View file

@ -227,7 +227,7 @@ enyo.kind ({
var renamed = false;
var offset = this.selected_offset;
// If current offset is the beggining of a function, rename it with afr
// If current offset is the beginning of a function, rename it with afr
r2.cmdj("pdfj", function(x) {
if (x !== null && x !== undefined) {
if ("0x" + x.addr.toString(16) === offset) {

View file

@ -4172,7 +4172,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// Regex strategy adopted from Diego Perini
assert(function( div ) {
// Select is set to empty string on purpose
// This is to test IE's treatment of not explictly
// This is to test IE's treatment of not explicitly
// setting a boolean content attribute,
// since its presence should be enough
// http://bugs.jquery.com/ticket/12359

View file

@ -52,7 +52,7 @@ var elementToMove;
var blocksToMove;
/**
* this variable stores the orginal z-index of the object being dragged in order
* this variable stores the original z-index of the object being dragged in order
* to restore it upon drop.
*/
var originalZIndex;

View file

@ -4172,7 +4172,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// Regex strategy adopted from Diego Perini
assert(function( div ) {
// Select is set to empty string on purpose
// This is to test IE's treatment of not explictly
// This is to test IE's treatment of not explicitly
// setting a boolean content attribute,
// since its presence should be enough
// http://bugs.jquery.com/ticket/12359

View file

@ -408,7 +408,7 @@ function do_define(element) {
function rename(offset, old_value, new_value, space) {
if (space === undefined) space = "functions";
if (space == "functions") {
// If current offset is the beggining of a function, rename it with afr
// If current offset is the beginning of a function, rename it with afr
r2.cmdj("pdfj @ " + offset, function(x) {
if (x !== null && x !== undefined) {
if ("0x" + x.addr.toString(16) === offset) {

View file

@ -295,7 +295,7 @@ struct zip_file {
struct zip_dirent {
zip_uint32_t changed;
int local_extra_fields_read; /* whether we already read in local header extra fields */
int cloned; /* wether this instance is cloned, and thus shares non-changed strings */
int cloned; /* whether this instance is cloned, and thus shares non-changed strings */
zip_uint16_t version_madeby; /* (c) version of creator */
zip_uint16_t version_needed; /* (cl) version needed to extract */

View file

@ -364,7 +364,7 @@ _zip_checkcons(FILE *fp, struct zip_cdir *cd, struct zip_error *error)
/* _zip_check_torrentzip:
check wether ZA has a valid TORRENTZIP comment, i.e. is torrentzipped */
check whether ZA has a valid TORRENTZIP comment, i.e. is torrentzipped */
static void
_zip_check_torrentzip(struct zip *za, const struct zip_cdir *cdir)

View file

@ -296,7 +296,7 @@ struct zip_file {
struct zip_dirent {
zip_uint32_t changed;
int local_extra_fields_read; /* whether we already read in local header extra fields */
int cloned; /* wether this instance is cloned, and thus shares non-changed strings */
int cloned; /* whether this instance is cloned, and thus shares non-changed strings */
zip_uint16_t version_madeby; /* (c) version of creator */
zip_uint16_t version_needed; /* (cl) version needed to extract */

View file

@ -34,7 +34,7 @@ Changes in 1.2.7.1 (24 Mar 2013)
- Clean up the usage of z_const and respect const usage within zlib
- Clean up examples/gzlog.[ch] comparisons of different types
- Avoid shift equal to bits in type (caused endless loop)
- Fix unintialized value bug in gzputc() introduced by const patches
- Fix uninitialized value bug in gzputc() introduced by const patches
- Fix memory allocation error in examples/zran.c [Nor]
- Fix bug where gzopen(), gzclose() would write an empty file
- Fix bug in gzclose() when gzwrite() runs out of memory

View file

@ -9,7 +9,7 @@ N=$3
git diff --exit-code 2>&1 >/dev/null
if [ $? != 0 ]; then
echo "ERROR: There are local changes that must be commited or reseted"
echo "ERROR: There are local changes that must be committed or reseted"
echo "ERROR: Cherrypulling process stopped to avoid data loss."
exit 1
fi

View file

@ -1496,7 +1496,7 @@ cmt_insert_func_header = "" # string
# Will substitute $(class) with the class name.
cmt_insert_class_header = "" # string
# The filename that contains text to insert before a Obj-C message specification if the method isn't preceeded with a C/C++ comment.
# The filename that contains text to insert before a Obj-C message specification if the method isn't preceded with a C/C++ comment.
# Will substitute $(message) with the function name and $(javaparam) with the javadoc @param and @return stuff.
cmt_insert_oc_msg_header = "" # string