Skip to content

Commit

Permalink
spelling: written
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed May 12, 2022
1 parent f817670 commit 74cbfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csync/csync.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ enum SyncInstruction {
CSYNC_INSTRUCTION_TYPE_CHANGE = 1 << 9, /* Like NEW, but deletes the old entity first (RECONCILE)
Used when the type of something changes from directory to file
or back. */
CSYNC_INSTRUCTION_UPDATE_METADATA = 1 << 10, /* If the etag has been updated and need to be writen to the db,
CSYNC_INSTRUCTION_UPDATE_METADATA = 1 << 10, /* If the etag has been updated and need to be written to the db,
but without any propagation (UPDATE|RECONCILE) */

// TODO:
Expand Down

0 comments on commit 74cbfe9

Please sign in to comment.