about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/shared/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/shared/__init__.py b/ranger/shared/__init__.py
index 5a84d55a..08b51a58 100644
--- a/ranger/shared/__init__.py
+++ b/ranger/shared/__init__.py
@@ -12,7 +12,7 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-"""Shared objects contian singleton variables wich can be
+"""Shared objects contain singleton variables which can be
 inherited, essentially acting like global variables."""
 class Awareness(object):
 	pass