Fossil SCM

Fix typo in error message from the previous commit.

drh 2025-03-11 01:26 trunk
Commit 403a3aeb35519cd7e78bceefea5e92492bb80d18fb34d58607e383929ebd360f
1 file changed +1 -1
+1 -1
--- src/info.c
+++ src/info.c
@@ -265,11 +265,11 @@
265265
if( rid==0 ){
266266
fossil_fatal("no such object: %s", g.argv[2]);
267267
}
268268
show_common_info(rid, "hash:", 1, 1);
269269
}else{
270
- fossil_fatal("Coult not find or open a Fossil repository");
270
+ fossil_fatal("Could not find or open a Fossil repository");
271271
}
272272
}
273273
274274
/*
275275
** Show the context graph (immediate parents and children) for
276276
--- 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

Keyboard Shortcuts

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