Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -107,7 +107,7 @@ void btree::data_t_2_DBT(data_t& w)
break;
case data_t::VOID:
throw(stringException("btree data_t_2_DBT: unknow key type"));
throw(stringException("btree data_t_2_DBT: unknown key type"));
}
}

View File

@@ -70,7 +70,7 @@ int test0(int argc, char** argv)
showBookCaseInfo(DtMmdbGetBookCaseByIndex(i, j));
break;
default:
fprintf(stderr, "bad argment list\n");
fprintf(stderr, "bad argument list\n");
}
fprintf(stderr, "infolib desc=%d\n", i);
@@ -91,7 +91,7 @@ int test1(int argc, char** argv)
showBookCaseInfo(DtMmdbGetBookCaseByLoc(i, argv[4]));
break;
default:
fprintf(stderr, "bad argment list\n");
fprintf(stderr, "bad argument list\n");
}
fprintf(stderr, "infolib desc=%d\n", i);

View File

@@ -101,7 +101,7 @@ int test0(int argc, char** argv)
showBookCaseInfo(DtMmdbGetBookCaseByIndex(i, j));
break;
default:
fprintf(stderr, "bad argment list\n");
fprintf(stderr, "bad argument list\n");
}
fprintf(stderr, "infolib desc=%d\n", i);
@@ -122,7 +122,7 @@ int test1(int argc, char** argv)
showBookCaseInfo(DtMmdbGetBookCaseByLoc(i, argv[4]));
break;
default:
fprintf(stderr, "bad argment list\n");
fprintf(stderr, "bad argument list\n");
}
fprintf(stderr, "infolib desc=%d\n", i);

View File

@@ -4827,7 +4827,7 @@ NodeWindowAgent::layout_mark_icons()
}
free(return_positions);
// The list of MarkCanvas objects is already in order of occurance
// The list of MarkCanvas objects is already in order of occurrence
// in the node, so we can just process them in order to create
// the revised set of MarkIcons.

View File

@@ -379,7 +379,7 @@ SearchScopeAgent::SearchScopeAgent()
SearchScopeAgent::~SearchScopeAgent()
{
#if 0
// dont need to delete these because not called anyway - jbm
// don't need to delete these because not called anyway - jbm
// NOTE: Destroy should destroy & delete!
f_shell->Destroy();

View File

@@ -335,7 +335,7 @@ QueryTermView::select_toggle (WCallback *wcb)
// /////////////////////////////////////////////////////////////////
// _select - beep if insensitve, call normal select action otherwise
// _select - beep if insensitive, call normal select action otherwise
// /////////////////////////////////////////////////////////////////
void