summaryrefslogtreecommitdiff
path: root/perl5/Local/MrRepo/Repo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl5/Local/MrRepo/Repo.pm')
-rw-r--r--perl5/Local/MrRepo/Repo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl5/Local/MrRepo/Repo.pm b/perl5/Local/MrRepo/Repo.pm
index edc87e92..937d0a0e 100644
--- a/perl5/Local/MrRepo/Repo.pm
+++ b/perl5/Local/MrRepo/Repo.pm
@@ -45,7 +45,7 @@ sub auto_commit { shift->_mr_cmd("-m", "autoci") }
sub update {
my $self = shift;
- # note that this also restows
+ # note that this may also stow
my $result = $self->_mr_cmd("update");
$self->{updated} = 1
if $result->{exit} == 0