Fossil SCM
Fix typo in error message from the previous commit.
Commit
403a3aeb35519cd7e78bceefea5e92492bb80d18fb34d58607e383929ebd360f
Parent
c6a0e669f8e8b3e…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -265,11 +265,11 @@ | ||
| 265 | 265 | if( rid==0 ){ |
| 266 | 266 | fossil_fatal("no such object: %s", g.argv[2]); |
| 267 | 267 | } |
| 268 | 268 | show_common_info(rid, "hash:", 1, 1); |
| 269 | 269 | }else{ |
| 270 | - fossil_fatal("Coult not find or open a Fossil repository"); | |
| 270 | + fossil_fatal("Could not find or open a Fossil repository"); | |
| 271 | 271 | } |
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | /* |
| 275 | 275 | ** Show the context graph (immediate parents and children) for |
| 276 | 276 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -265,11 +265,11 @@ | |
| 265 | if( rid==0 ){ |
| 266 | fossil_fatal("no such object: %s", g.argv[2]); |
| 267 | } |
| 268 | show_common_info(rid, "hash:", 1, 1); |
| 269 | }else{ |
| 270 | fossil_fatal("Coult not find or open a Fossil repository"); |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | /* |
| 275 | ** Show the context graph (immediate parents and children) for |
| 276 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -265,11 +265,11 @@ | |
| 265 | if( rid==0 ){ |
| 266 | fossil_fatal("no such object: %s", g.argv[2]); |
| 267 | } |
| 268 | show_common_info(rid, "hash:", 1, 1); |
| 269 | }else{ |
| 270 | fossil_fatal("Could not find or open a Fossil repository"); |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | /* |
| 275 | ** Show the context graph (immediate parents and children) for |
| 276 |