Spelling fixes
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user