Fossil SCM
Minor typo fix in the documentation.
Commit
c0f7c8318b8c24c63c54a12167223561f160dfd8e3c5d2ae13e34d572c006e10
Parent
9cb8194da651637…
1 file changed
+1
-1
+1
-1
| --- www/tech_overview.wiki | ||
| +++ www/tech_overview.wiki | ||
| @@ -137,11 +137,11 @@ | ||
| 137 | 137 | <tr><td>1. if environment variable FOSSIL_HOME exists |
| 138 | 138 | <td> → <td>$FOSSIL_HOME/.fossil |
| 139 | 139 | <tr><td>2. if file ~/.fossil exists<td> →<td>~/.fossil |
| 140 | 140 | <tr><td>3. if environment variable XDG_CONFIG_HOME exists |
| 141 | 141 | <td> →<td>$XDG_CONFIG_HOME/fossil.db |
| 142 | -<tr><td>4. if a directory ~/.config exists | |
| 142 | +<tr><td>4. if the directory ~/.config exists | |
| 143 | 143 | <td> →<td>~/.config/fossil.db |
| 144 | 144 | <tr><td>5. Otherwise<td> →<td>~/.fossil |
| 145 | 145 | </table></blockquote> |
| 146 | 146 | |
| 147 | 147 | Another way of thinking of this algorithm is the following: |
| 148 | 148 |
| --- www/tech_overview.wiki | |
| +++ www/tech_overview.wiki | |
| @@ -137,11 +137,11 @@ | |
| 137 | <tr><td>1. if environment variable FOSSIL_HOME exists |
| 138 | <td> → <td>$FOSSIL_HOME/.fossil |
| 139 | <tr><td>2. if file ~/.fossil exists<td> →<td>~/.fossil |
| 140 | <tr><td>3. if environment variable XDG_CONFIG_HOME exists |
| 141 | <td> →<td>$XDG_CONFIG_HOME/fossil.db |
| 142 | <tr><td>4. if a directory ~/.config exists |
| 143 | <td> →<td>~/.config/fossil.db |
| 144 | <tr><td>5. Otherwise<td> →<td>~/.fossil |
| 145 | </table></blockquote> |
| 146 | |
| 147 | Another way of thinking of this algorithm is the following: |
| 148 |
| --- www/tech_overview.wiki | |
| +++ www/tech_overview.wiki | |
| @@ -137,11 +137,11 @@ | |
| 137 | <tr><td>1. if environment variable FOSSIL_HOME exists |
| 138 | <td> → <td>$FOSSIL_HOME/.fossil |
| 139 | <tr><td>2. if file ~/.fossil exists<td> →<td>~/.fossil |
| 140 | <tr><td>3. if environment variable XDG_CONFIG_HOME exists |
| 141 | <td> →<td>$XDG_CONFIG_HOME/fossil.db |
| 142 | <tr><td>4. if the directory ~/.config exists |
| 143 | <td> →<td>~/.config/fossil.db |
| 144 | <tr><td>5. Otherwise<td> →<td>~/.fossil |
| 145 | </table></blockquote> |
| 146 | |
| 147 | Another way of thinking of this algorithm is the following: |
| 148 |