Fossil SCM
Fix typos in the documentation of the 'suggested-downloads' setting.
Commit
302c30b5dcf71b8721b6fccb8d70adac1887a279177d073944bafb19515be566
Parent
83c7fe89bed49f0…
1 file changed
+5
-5
+5
-5
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -1109,24 +1109,24 @@ | ||
| 1109 | 1109 | ** |
| 1110 | 1110 | ** MAX_AGE is of the form "{AMT UNITS}" where AMT is a floating point |
| 1111 | 1111 | ** value and UNITS is one of "seconds", "hours", "days", "weeks", "months", |
| 1112 | 1112 | ** or "years". If MAX_AGE is an empty string then there is no age limit. |
| 1113 | 1113 | ** |
| 1114 | -** If COMMENT is not an empty string, the it is an additional comment | |
| 1115 | -** added to the output description of suggested download. The idea of | |
| 1114 | +** If COMMENT is not an empty string, then it is an additional comment | |
| 1115 | +** added to the output description of the suggested download. The idea of | |
| 1116 | 1116 | ** COMMENT is to explain to the reader why a check-in is a suggested |
| 1117 | 1117 | ** download. |
| 1118 | 1118 | ** |
| 1119 | 1119 | ** Example: |
| 1120 | 1120 | ** |
| 1121 | -** | 1 trunk {} {Lastest Trunk Check-in} | |
| 1121 | +** | 1 trunk {} {Latest Trunk Check-in} | |
| 1122 | 1122 | ** | 5 OPEN-LEAF {1 month} {Active Branch} |
| 1123 | 1123 | ** | 999 release {1 year} {Official Release} |
| 1124 | 1124 | ** |
| 1125 | 1125 | ** The value causes the /download page to show the union of the most |
| 1126 | -** recent trunk check-in of any age, the three most recent | |
| 1127 | -** open leaves within the the past three months, and essentually | |
| 1126 | +** recent trunk check-in of any age, the five most recent | |
| 1127 | +** open leaves within the past month, and essentially | |
| 1128 | 1128 | ** all releases within the past year. If the same check-in matches more |
| 1129 | 1129 | ** than one rule, the COMMENT of the first match is used. |
| 1130 | 1130 | */ |
| 1131 | 1131 | |
| 1132 | 1132 | /* |
| 1133 | 1133 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -1109,24 +1109,24 @@ | |
| 1109 | ** |
| 1110 | ** MAX_AGE is of the form "{AMT UNITS}" where AMT is a floating point |
| 1111 | ** value and UNITS is one of "seconds", "hours", "days", "weeks", "months", |
| 1112 | ** or "years". If MAX_AGE is an empty string then there is no age limit. |
| 1113 | ** |
| 1114 | ** If COMMENT is not an empty string, the it is an additional comment |
| 1115 | ** added to the output description of suggested download. The idea of |
| 1116 | ** COMMENT is to explain to the reader why a check-in is a suggested |
| 1117 | ** download. |
| 1118 | ** |
| 1119 | ** Example: |
| 1120 | ** |
| 1121 | ** | 1 trunk {} {Lastest Trunk Check-in} |
| 1122 | ** | 5 OPEN-LEAF {1 month} {Active Branch} |
| 1123 | ** | 999 release {1 year} {Official Release} |
| 1124 | ** |
| 1125 | ** The value causes the /download page to show the union of the most |
| 1126 | ** recent trunk check-in of any age, the three most recent |
| 1127 | ** open leaves within the the past three months, and essentually |
| 1128 | ** all releases within the past year. If the same check-in matches more |
| 1129 | ** than one rule, the COMMENT of the first match is used. |
| 1130 | */ |
| 1131 | |
| 1132 | /* |
| 1133 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -1109,24 +1109,24 @@ | |
| 1109 | ** |
| 1110 | ** MAX_AGE is of the form "{AMT UNITS}" where AMT is a floating point |
| 1111 | ** value and UNITS is one of "seconds", "hours", "days", "weeks", "months", |
| 1112 | ** or "years". If MAX_AGE is an empty string then there is no age limit. |
| 1113 | ** |
| 1114 | ** If COMMENT is not an empty string, then it is an additional comment |
| 1115 | ** added to the output description of the suggested download. The idea of |
| 1116 | ** COMMENT is to explain to the reader why a check-in is a suggested |
| 1117 | ** download. |
| 1118 | ** |
| 1119 | ** Example: |
| 1120 | ** |
| 1121 | ** | 1 trunk {} {Latest Trunk Check-in} |
| 1122 | ** | 5 OPEN-LEAF {1 month} {Active Branch} |
| 1123 | ** | 999 release {1 year} {Official Release} |
| 1124 | ** |
| 1125 | ** The value causes the /download page to show the union of the most |
| 1126 | ** recent trunk check-in of any age, the five most recent |
| 1127 | ** open leaves within the past month, and essentially |
| 1128 | ** all releases within the past year. If the same check-in matches more |
| 1129 | ** than one rule, the COMMENT of the first match is used. |
| 1130 | */ |
| 1131 | |
| 1132 | /* |
| 1133 |