Fossil SCM
minor typo fix, no code changes.
Commit
bd7daa1f2db2ff2eb26bed38b525229160ef108c
Parent
c2fa007451c77bb…
1 file changed
+1
-1
+1
-1
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -45,11 +45,11 @@ | ||
| 45 | 45 | int nFileSent; /* Number of files sent */ |
| 46 | 46 | int nDeltaSent; /* Number of deltas sent */ |
| 47 | 47 | int nFileRcvd; /* Number of files received */ |
| 48 | 48 | int nDeltaRcvd; /* Number of deltas received */ |
| 49 | 49 | int nDanglingFile; /* Number of dangling deltas received */ |
| 50 | - int mxSend; /* Stop sending "file" with pOut reaches this size */ | |
| 50 | + int mxSend; /* Stop sending "file" when pOut reaches this size */ | |
| 51 | 51 | int resync; /* Send igot cards for all holdings */ |
| 52 | 52 | u8 syncPrivate; /* True to enable syncing private content */ |
| 53 | 53 | u8 nextIsPrivate; /* If true, next "file" received is a private */ |
| 54 | 54 | time_t maxTime; /* Time when this transfer should be finished */ |
| 55 | 55 | }; |
| 56 | 56 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -45,11 +45,11 @@ | |
| 45 | int nFileSent; /* Number of files sent */ |
| 46 | int nDeltaSent; /* Number of deltas sent */ |
| 47 | int nFileRcvd; /* Number of files received */ |
| 48 | int nDeltaRcvd; /* Number of deltas received */ |
| 49 | int nDanglingFile; /* Number of dangling deltas received */ |
| 50 | int mxSend; /* Stop sending "file" with pOut reaches this size */ |
| 51 | int resync; /* Send igot cards for all holdings */ |
| 52 | u8 syncPrivate; /* True to enable syncing private content */ |
| 53 | u8 nextIsPrivate; /* If true, next "file" received is a private */ |
| 54 | time_t maxTime; /* Time when this transfer should be finished */ |
| 55 | }; |
| 56 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -45,11 +45,11 @@ | |
| 45 | int nFileSent; /* Number of files sent */ |
| 46 | int nDeltaSent; /* Number of deltas sent */ |
| 47 | int nFileRcvd; /* Number of files received */ |
| 48 | int nDeltaRcvd; /* Number of deltas received */ |
| 49 | int nDanglingFile; /* Number of dangling deltas received */ |
| 50 | int mxSend; /* Stop sending "file" when pOut reaches this size */ |
| 51 | int resync; /* Send igot cards for all holdings */ |
| 52 | u8 syncPrivate; /* True to enable syncing private content */ |
| 53 | u8 nextIsPrivate; /* If true, next "file" received is a private */ |
| 54 | time_t maxTime; /* Time when this transfer should be finished */ |
| 55 | }; |
| 56 |