diff options
author | Jan Lehnardt <jan@apache.org> | 2009-10-20 16:15:32 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-10-20 16:15:32 +0000 |
commit | 502b8e28e573b86bf470e6c7163c9b9c9b8752f6 (patch) | |
tree | 778b71462cb04125191957573b7e9b5f16ca7e53 /src | |
parent | 7cda6c7c2d72053407da7d0caee73026bebab25b (diff) |
typo
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@827720 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_rep.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_rep.erl b/src/couchdb/couch_rep.erl index e7833d15..df36cca7 100644 --- a/src/couchdb/couch_rep.erl +++ b/src/couchdb/couch_rep.erl @@ -507,7 +507,7 @@ do_checkpoint(State) -> {SrcInstanceStartTime, TgtInstanceStartTime} -> NewSeqNum; _Else -> - ?LOG_INFO("A server has restarted sinced replication start. " + ?LOG_INFO("A server has restarted since replication start. " "Not recording the new sequence number to ensure the " "replication is redone and documents reexamined.", []), StartSeqNum |