Fossil SCM
Fix a typo in comment (no code change)
Commit
1356151980805a8a5620e9f24d3a730f092c8d3f81d0793d18b2df79c02c4cd4
Parent
0fb353c10ddddcd…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -2453,11 +2453,11 @@ | ||
| 2453 | 2453 | url_add_parameter(&url, "name", zName); |
| 2454 | 2454 | url_add_parameter(&url, "ci", zCI); /* no-op if zCI is NULL */ |
| 2455 | 2455 | |
| 2456 | 2456 | if( zCI==0 && !isFile ){ |
| 2457 | 2457 | /* If there is no ci= query parameter, then prefer to interpret |
| 2458 | - ** name= as a hash for /artifact and /whatis. But for not for /file. | |
| 2458 | + ** name= as a hash for /artifact and /whatis. But not for /file. | |
| 2459 | 2459 | ** For /file, a name= without a ci= will prefer to use the default |
| 2460 | 2460 | ** "tip" value for ci=. */ |
| 2461 | 2461 | rid = name_to_rid(zName); |
| 2462 | 2462 | } |
| 2463 | 2463 | if( rid==0 ){ |
| 2464 | 2464 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2453,11 +2453,11 @@ | |
| 2453 | url_add_parameter(&url, "name", zName); |
| 2454 | url_add_parameter(&url, "ci", zCI); /* no-op if zCI is NULL */ |
| 2455 | |
| 2456 | if( zCI==0 && !isFile ){ |
| 2457 | /* If there is no ci= query parameter, then prefer to interpret |
| 2458 | ** name= as a hash for /artifact and /whatis. But for not for /file. |
| 2459 | ** For /file, a name= without a ci= will prefer to use the default |
| 2460 | ** "tip" value for ci=. */ |
| 2461 | rid = name_to_rid(zName); |
| 2462 | } |
| 2463 | if( rid==0 ){ |
| 2464 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2453,11 +2453,11 @@ | |
| 2453 | url_add_parameter(&url, "name", zName); |
| 2454 | url_add_parameter(&url, "ci", zCI); /* no-op if zCI is NULL */ |
| 2455 | |
| 2456 | if( zCI==0 && !isFile ){ |
| 2457 | /* If there is no ci= query parameter, then prefer to interpret |
| 2458 | ** name= as a hash for /artifact and /whatis. But not for /file. |
| 2459 | ** For /file, a name= without a ci= will prefer to use the default |
| 2460 | ** "tip" value for ci=. */ |
| 2461 | rid = name_to_rid(zName); |
| 2462 | } |
| 2463 | if( rid==0 ){ |
| 2464 |