On 10/11/12 18:31, Ján Tomko wrote:
---
...
38 files changed, 66 insertions(+), 66 deletions(-)
...
diff --git a/examples/domain-events/events-python/event-test.py
b/examples/domain-events/events-python/event-test.py
index 3e314bf..27e74c4 100644
--- a/examples/domain-events/events-python/event-test.py
+++ b/examples/domain-events/events-python/event-test.py
@@ -169,7 +169,7 @@ class virEventLoopPure:
#
# Due to the coarse granularity of schedular timeslices, if
# we ask for a sleep of 500ms in order to satisfy a timer, we
- # may return upto 1 schedular timeslice early. So even though
+ # may return up to 1 schedular timeslice early. So even though
Also s/schedular/scheduler/ when touching the line.
# our sleep timeout was reached, the registered timer may not
# technically be at its expiry point. This leads to us going
# back around the loop with a crazy 5ms sleep. So when checking
Trivial but bulky. ACK with that one change.
I'll push it shortly.
Peter