/// option definitions.
///
/// This function is called when one or more servers are deleted and
- /// it is likely that there are some orhpaned configuration elements
+ /// it is likely that there are some orphaned configuration elements
/// left in the database. This method removes those elements.
void purgeUnassignedConfig() {
multipleUpdateDeleteQueries(DELETE_ALL_GLOBAL_PARAMETERS4_UNASSIGNED,
/// option definitions.
///
/// This function is called when one or more servers are deleted and
- /// it is likely that there are some orhpaned configuration elements
+ /// it is likely that there are some orphaned configuration elements
/// left in the database. This method removes those elements.
void purgeUnassignedConfig() {
multipleUpdateDeleteQueries(DELETE_ALL_GLOBAL_PARAMETERS6_UNASSIGNED,
);
// Delete the server. The shared networks should be preserved but are
- // considered orhpaned, i.e. do not belong to any server.
+ // considered orphaned, i.e. do not belong to any server.
uint64_t deleted_count = 0;
EXPECT_NO_THROW(deleted_count = cbptr_->deleteServer4(ServerTag("server1")));
EXPECT_EQ(1, deleted_count);
);
// Delete the server. The shared networks should be preserved but are
- // considered orhpaned, i.e. do not belong to any server.
+ // considered orphaned, i.e. do not belong to any server.
uint64_t deleted_count = 0;
EXPECT_NO_THROW(deleted_count = cbptr_->deleteServer6(ServerTag("server1")));
EXPECT_EQ(1, deleted_count);