Fossil SCM
Fix comment.
Commit
5f13a2a6c6334b31e4941029d5dae3f73daf80f7
Parent
f9d053a93199788…
1 file changed
+1
-1
+1
-1
| --- src/user.c | ||
| +++ src/user.c | ||
| @@ -304,11 +304,11 @@ | ||
| 304 | 304 | ** |
| 305 | 305 | ** (3) Check the default user in the repository |
| 306 | 306 | ** |
| 307 | 307 | ** (4) Try the USER environment variable. |
| 308 | 308 | ** |
| 309 | -** (5) Use the first user in the USER table. | |
| 309 | +** (5) Try the USERNAME environment variable. | |
| 310 | 310 | ** |
| 311 | 311 | ** The user name is stored in g.zLogin. The uid is in g.userUid. |
| 312 | 312 | */ |
| 313 | 313 | void user_select(void){ |
| 314 | 314 | if( g.userUid ) return; |
| 315 | 315 |
| --- src/user.c | |
| +++ src/user.c | |
| @@ -304,11 +304,11 @@ | |
| 304 | ** |
| 305 | ** (3) Check the default user in the repository |
| 306 | ** |
| 307 | ** (4) Try the USER environment variable. |
| 308 | ** |
| 309 | ** (5) Use the first user in the USER table. |
| 310 | ** |
| 311 | ** The user name is stored in g.zLogin. The uid is in g.userUid. |
| 312 | */ |
| 313 | void user_select(void){ |
| 314 | if( g.userUid ) return; |
| 315 |
| --- src/user.c | |
| +++ src/user.c | |
| @@ -304,11 +304,11 @@ | |
| 304 | ** |
| 305 | ** (3) Check the default user in the repository |
| 306 | ** |
| 307 | ** (4) Try the USER environment variable. |
| 308 | ** |
| 309 | ** (5) Try the USERNAME environment variable. |
| 310 | ** |
| 311 | ** The user name is stored in g.zLogin. The uid is in g.userUid. |
| 312 | */ |
| 313 | void user_select(void){ |
| 314 | if( g.userUid ) return; |
| 315 |