summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/sync_database_plugin.h2
-rw-r--r--src/include/sync_service.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/sync_database_plugin.h b/src/include/sync_database_plugin.h
index cf6a026..e35ce11 100644
--- a/src/include/sync_database_plugin.h
+++ b/src/include/sync_database_plugin.h
@@ -41,7 +41,7 @@ enum SYNC_DB_QueryStatus
/**
* Update failed because the old backup hash does not match what we previously had in the DB.
*/
- SYNC_DB_OLD_BACKUP_MISSMATCH = -4,
+ SYNC_DB_OLD_BACKUP_MISMATCH = -4,
/**
* Account is unpaid / does not exist.
diff --git a/src/include/sync_service.h b/src/include/sync_service.h
index 08c2dcc..80d18ea 100644
--- a/src/include/sync_service.h
+++ b/src/include/sync_service.h
@@ -307,7 +307,7 @@ struct SYNC_DownloadDetails
* to verify backup chains)
* @param curr_backup_hash hash over @a backup (verified)
* @param backup_size number of bytes in @a backup
- * @param backup the lastest backup as downloaded from the
+ * @param backup the latest backup as downloaded from the
* server and affirmed by @a sig
*/
typedef void