Fossil SCM
API doc typo fix.
Commit
9eed26b0a048430fcb1dd755ea5f3e9b0df4f150c687ddcade0c2bc2e1398d72
Parent
da5faf18c3699d5…
1 file changed
+1
-1
+1
-1
| --- src/chat.c | ||
| +++ src/chat.c | ||
| @@ -501,11 +501,11 @@ | ||
| 501 | 501 | ** |
| 502 | 502 | ** The "msgid" values will be in increasing order. |
| 503 | 503 | ** |
| 504 | 504 | ** The "mdel" will only exist if "xmsg" is an empty string and "fsize" is zero. |
| 505 | 505 | ** |
| 506 | -** The "lmtime" value might be known, in which case it is omitted. | |
| 506 | +** The "lmtime" value might be unknown, in which case it is omitted. | |
| 507 | 507 | ** |
| 508 | 508 | ** The messages are ordered oldest first unless "before" is provided, in which |
| 509 | 509 | ** case they are sorted newest first (to facilitate the client-side UI update). |
| 510 | 510 | ** |
| 511 | 511 | ** As a special case, if this routine encounters an error, e.g. the user's |
| 512 | 512 |
| --- src/chat.c | |
| +++ src/chat.c | |
| @@ -501,11 +501,11 @@ | |
| 501 | ** |
| 502 | ** The "msgid" values will be in increasing order. |
| 503 | ** |
| 504 | ** The "mdel" will only exist if "xmsg" is an empty string and "fsize" is zero. |
| 505 | ** |
| 506 | ** The "lmtime" value might be known, in which case it is omitted. |
| 507 | ** |
| 508 | ** The messages are ordered oldest first unless "before" is provided, in which |
| 509 | ** case they are sorted newest first (to facilitate the client-side UI update). |
| 510 | ** |
| 511 | ** As a special case, if this routine encounters an error, e.g. the user's |
| 512 |
| --- src/chat.c | |
| +++ src/chat.c | |
| @@ -501,11 +501,11 @@ | |
| 501 | ** |
| 502 | ** The "msgid" values will be in increasing order. |
| 503 | ** |
| 504 | ** The "mdel" will only exist if "xmsg" is an empty string and "fsize" is zero. |
| 505 | ** |
| 506 | ** The "lmtime" value might be unknown, in which case it is omitted. |
| 507 | ** |
| 508 | ** The messages are ordered oldest first unless "before" is provided, in which |
| 509 | ** case they are sorted newest first (to facilitate the client-side UI update). |
| 510 | ** |
| 511 | ** As a special case, if this routine encounters an error, e.g. the user's |
| 512 |