Fossil SCM
Fixed typos.
Commit
63564202fd0d6a95f1f0b12fa7082a40e25c39cf
Parent
59ad045fef5234b…
1 file changed
+2
-2
+2
-2
| --- www/fileformat.html | ||
| +++ www/fileformat.html | ||
| @@ -49,11 +49,11 @@ | ||
| 49 | 49 | and no leading or trailing whitespace except for the newline |
| 50 | 50 | character that acts as the line separator. |
| 51 | 51 | </p> |
| 52 | 52 | |
| 53 | 53 | <p> |
| 54 | -All lines of the manifest occur in strict sorted lexigraphical order. | |
| 54 | +All lines of the manifest occur in strict sorted lexicographical order. | |
| 55 | 55 | No line may be duplicated. |
| 56 | 56 | The entire manifest file may be PGP clear-signed, but otherwise it |
| 57 | 57 | may contain no additional text or data beyond what is described here. |
| 58 | 58 | </p> |
| 59 | 59 | |
| @@ -128,11 +128,11 @@ | ||
| 128 | 128 | A manifest may optionally have a single R-line. The R-line has |
| 129 | 129 | a single argument which is the MD5 checksum of all files in |
| 130 | 130 | the baseline except the manifest itself. The checksum is expressed |
| 131 | 131 | as 32-characters of lowercase hexadecimal. The checksum is |
| 132 | 132 | computed as follows: For each file in the baseline (except for |
| 133 | -the manifest itself) in strict sorted lexigraphical order, | |
| 133 | +the manifest itself) in strict sorted lexicographical order, | |
| 134 | 134 | take the pathname of the file relative to the root of the |
| 135 | 135 | repository, append a single space (ASCII 0x20), the |
| 136 | 136 | size of the file in ASCII decimal, a single newline |
| 137 | 137 | character (ASCII 0x0A), and the complete text of the file. |
| 138 | 138 | Compute the MD5 checksum of the the result. |
| 139 | 139 |
| --- www/fileformat.html | |
| +++ www/fileformat.html | |
| @@ -49,11 +49,11 @@ | |
| 49 | and no leading or trailing whitespace except for the newline |
| 50 | character that acts as the line separator. |
| 51 | </p> |
| 52 | |
| 53 | <p> |
| 54 | All lines of the manifest occur in strict sorted lexigraphical order. |
| 55 | No line may be duplicated. |
| 56 | The entire manifest file may be PGP clear-signed, but otherwise it |
| 57 | may contain no additional text or data beyond what is described here. |
| 58 | </p> |
| 59 | |
| @@ -128,11 +128,11 @@ | |
| 128 | A manifest may optionally have a single R-line. The R-line has |
| 129 | a single argument which is the MD5 checksum of all files in |
| 130 | the baseline except the manifest itself. The checksum is expressed |
| 131 | as 32-characters of lowercase hexadecimal. The checksum is |
| 132 | computed as follows: For each file in the baseline (except for |
| 133 | the manifest itself) in strict sorted lexigraphical order, |
| 134 | take the pathname of the file relative to the root of the |
| 135 | repository, append a single space (ASCII 0x20), the |
| 136 | size of the file in ASCII decimal, a single newline |
| 137 | character (ASCII 0x0A), and the complete text of the file. |
| 138 | Compute the MD5 checksum of the the result. |
| 139 |
| --- www/fileformat.html | |
| +++ www/fileformat.html | |
| @@ -49,11 +49,11 @@ | |
| 49 | and no leading or trailing whitespace except for the newline |
| 50 | character that acts as the line separator. |
| 51 | </p> |
| 52 | |
| 53 | <p> |
| 54 | All lines of the manifest occur in strict sorted lexicographical order. |
| 55 | No line may be duplicated. |
| 56 | The entire manifest file may be PGP clear-signed, but otherwise it |
| 57 | may contain no additional text or data beyond what is described here. |
| 58 | </p> |
| 59 | |
| @@ -128,11 +128,11 @@ | |
| 128 | A manifest may optionally have a single R-line. The R-line has |
| 129 | a single argument which is the MD5 checksum of all files in |
| 130 | the baseline except the manifest itself. The checksum is expressed |
| 131 | as 32-characters of lowercase hexadecimal. The checksum is |
| 132 | computed as follows: For each file in the baseline (except for |
| 133 | the manifest itself) in strict sorted lexicographical order, |
| 134 | take the pathname of the file relative to the root of the |
| 135 | repository, append a single space (ASCII 0x20), the |
| 136 | size of the file in ASCII decimal, a single newline |
| 137 | character (ASCII 0x0A), and the complete text of the file. |
| 138 | Compute the MD5 checksum of the the result. |
| 139 |