Skip to content

Commit

Permalink
spello fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Hards committed Oct 19, 2009
1 parent f767035 commit f30dd65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libmapi++/message_store.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class message_store : public object {
* - olFolderDrafts
*
* If you are trying to enumerate all folders, you should open the
* olFolderTopInformationStore, and then get the hierachy container for
* olFolderTopInformationStore, and then get the hierarchy container for
* that top level folder.
*
* \return The resulting folder id.
Expand Down
6 changes: 3 additions & 3 deletions utils/mapitest/mapitest_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,11 @@ _PUBLIC_ bool mapitest_common_create_filled_test_folder(struct mapitest *mt)
Convenience function to login to the server
This functions logs into the server, gets the top level store, and
gets the hierachy table for the top level store (which is returned as
gets the hierarchy table for the top level store (which is returned as
obj_htable). It also creates a test folder with 10 test messages.
\param mt pointer to the top-level mapitest structure
\param obj_htable the hierachy table for the top level store
\param obj_htable the hierarchy table for the top level store
\param count the number of rows in the top level hierarchy table
\return true on success, otherwise false
Expand Down Expand Up @@ -486,7 +486,7 @@ _PUBLIC_ bool mapitest_common_setup(struct mapitest *mt, mapi_object_t *obj_htab
return false;
}

/* We do this before getting the hierachy table, because otherwise the new
/* We do this before getting the hierarchy table, because otherwise the new
test folder will be omitted, and the count will be wrong */
ret = mapitest_common_create_filled_test_folder(mt);
if (ret == false) {
Expand Down

0 comments on commit f30dd65

Please sign in to comment.