diff options
author | hut <hut@lavabit.com> | 2010-02-15 23:06:56 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-02-15 23:56:56 +0100 |
commit | 0086b834f25578ce74a3d3e16978e4a0b913c9ef (patch) | |
tree | e2fbb6e72315c683a9309e18c357dc1d486c90d8 | |
parent | 9c27c9626a44d19276a2e03ca907a4a159cd464f (diff) | |
download | ranger-0086b834f25578ce74a3d3e16978e4a0b913c9ef.tar.gz |
typos
-rw-r--r-- | ranger/shared/__init__.py | 2 |
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 |