minor change
diff --git a/model/sync-app-data-fetch.h b/model/sync-app-data-fetch.h
index 3816e4e..35a0b7c 100644
--- a/model/sync-app-data-fetch.h
+++ b/model/sync-app-data-fetch.h
@@ -46,7 +46,7 @@
dataCallback) {m_dataCallback = dataCallback;}
/**
- * @breif fetch data for a certain name prefix
+ * @brief fetch data for a certain name prefix
*
* @param prefix the prefix for the data
* @param startSeq the start of sequence number range (inclusive)
diff --git a/model/sync-ccnx-wrapper.h b/model/sync-ccnx-wrapper.h
index 4153606..b93f027 100644
--- a/model/sync-ccnx-wrapper.h
+++ b/model/sync-ccnx-wrapper.h
@@ -92,7 +92,7 @@
* @param interestCallback the callback function to deal with the returned data
* @return the return code of ccn_set_interest_filter
*/
- int sendInterestFilter(std::string prefix, boost::function<void (std::string)>
+ int setInterestFilter(std::string prefix, boost::function<void (std::string)>
interestCallback);
/**