projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d1e49ba
)
Fix spelling error in log message
Tyler Riddle [Thu, 6 Dec 2012 22:59:53 +0000 (14:59 -0800)]
lib/Object/Remote/MiniLoop.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote/MiniLoop.pm
b/lib/Object/Remote/MiniLoop.pm
index
07744f8
..
faa4a38
100644
(file)
--- a/
lib/Object/Remote/MiniLoop.pm
+++ b/
lib/Object/Remote/MiniLoop.pm
@@
-209,7
+209,7
@@
sub loop_once {
sub want_run {
my ($self) = @_;
- Dlog_debug { "Run loop: Incrimenting want_running, is now $_" }
+ Dlog_debug { "Run loop: Incremeting want_running, is now $_" }
++$self->{want_running};
}