summaryrefslogtreecommitdiffstats
path: root/deluge/component.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/component.py')
-rw-r--r--deluge/component.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/deluge/component.py b/deluge/component.py
index fec5109..421f49a 100644
--- a/deluge/component.py
+++ b/deluge/component.py
@@ -64,9 +64,9 @@ class Component:
paused by instructing the :class:`ComponentRegistry` to pause
this Component.
- **pause()** - This method is called when the component is being paused.
+ **pause()** - This method is called when the component is being paused.
- **resume()** - This method is called when the component resumes from a Paused
+ **resume()** - This method is called when the component resumes from a Paused
state.
**shutdown()** - This method is called when the client is exiting. If the
@@ -85,7 +85,7 @@ class Component:
**Stopped** - The Component has either been stopped or has yet to be started.
- **Stopping** - The Component has had it's stop method called, but it hasn't
+ **Stopping** - The Component has had its stop method called, but it hasn't
fully stopped yet.
**Paused** - The Component has had its update timer stopped, but will