projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffefaa3
)
Typo.
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 18 Oct 2013 02:30:52 +0000
(22:30 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 18 Oct 2013 02:30:52 +0000
(22:30 -0400)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index 13e141e571bd64a7dca3fbc842124975ce996b25..59464b7a8b7aade9ed800545f683cf7c1855b361 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-5726,7
+5726,7
@@
sub list_sequences {
$count = $sth->execute();
if ($count < 1) {
$sth->finish();
- printf "There are no%s squences.\n",
+ printf "There are no%s s
e
quences.\n",
$WHERE ? ' matching' : '';
return -1;
}