Fossil SCM

Fix a typo in comment (no code change)

mgagnon 2022-09-21 16:52 trunk
Commit 1356151980805a8a5620e9f24d3a730f092c8d3f81d0793d18b2df79c02c4cd4
1 file changed +1 -1
+1 -1
--- src/info.c
+++ src/info.c
@@ -2453,11 +2453,11 @@
24532453
url_add_parameter(&url, "name", zName);
24542454
url_add_parameter(&url, "ci", zCI); /* no-op if zCI is NULL */
24552455
24562456
if( zCI==0 && !isFile ){
24572457
/* 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.
24592459
** For /file, a name= without a ci= will prefer to use the default
24602460
** "tip" value for ci=. */
24612461
rid = name_to_rid(zName);
24622462
}
24632463
if( rid==0 ){
24642464
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button