summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 21:03:03 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 21:03:03 +0200
commitb5901ba428b1830f1c1d0999075035f5b5960c78 (patch)
treea27e434c62f51e957b769d7415dacc0991eece96 /src/include
parent6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21 (diff)
downloadsync-b5901ba428b1830f1c1d0999075035f5b5960c78.tar.gz
sync-b5901ba428b1830f1c1d0999075035f5b5960c78.tar.bz2
sync-b5901ba428b1830f1c1d0999075035f5b5960c78.zip
typos
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