Some spellchecking

This commit is contained in:
Markus Unterwaditzer 2014-05-31 19:40:06 +02:00
parent 9f966fb4a1
commit 2c3cf303db
6 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
* If you're suggesting a feature, keep in mind that vdirsyncer tries not to be * If you're suggesting a feature, keep in mind that vdirsyncer tries not to be
a full calendar or contacts client, but rather just the piece of software a full calendar or contacts client, but rather just the piece of software
that syncronizes all the data. If you're looking for a viewer for the that synchronizes all the data. If you're looking for a viewer for the
calendar data you've synced, `khal <https://github.com/geier/khal>`_ is what calendar data you've synced, `khal <https://github.com/geier/khal>`_ is what
you're looking for. you're looking for.

View file

@ -40,9 +40,9 @@ Version 0.1.5
- Many doc fixes - Many doc fixes
- vdirsyncer now doesn't necessarily need UIDs anymore for syncronization. - vdirsyncer now doesn't necessarily need UIDs anymore for synchronization.
- vdirsyncer now aborts if one collection got completely emptied between - vdirsyncer now aborts if one collection got completely emptied between
syncronizations. See `#42`_. synchronizations. See `#42`_.
.. _`#42`: https://github.com/untitaker/vdirsyncer/issues/42 .. _`#42`: https://github.com/untitaker/vdirsyncer/issues/42

View file

@ -3,7 +3,7 @@
vdirsyncer vdirsyncer
~~~~~~~~~~ ~~~~~~~~~~
vdirsyncer is a syncronization tool for vdir. See the README for more vdirsyncer is a synchronization tool for vdir. See the README for more
details. details.
:copyright: (c) 2014 Markus Unterwaditzer & contributors :copyright: (c) 2014 Markus Unterwaditzer & contributors
@ -18,7 +18,7 @@ setup(
author='Markus Unterwaditzer', author='Markus Unterwaditzer',
author_email='markus@unterwaditzer.net', author_email='markus@unterwaditzer.net',
url='https://github.com/untitaker/vdirsyncer', url='https://github.com/untitaker/vdirsyncer',
description='A syncronization tool for vdir', description='A synchronization tool for vdir',
license='MIT', license='MIT',
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
packages=find_packages(exclude=['tests.*', 'tests']), packages=find_packages(exclude=['tests.*', 'tests']),

View file

@ -3,7 +3,7 @@
vdirsyncer vdirsyncer
~~~~~~~~~~ ~~~~~~~~~~
vdirsyncer is a syncronization tool for vdir. See the README for more vdirsyncer is a synchronization tool for vdir. See the README for more
details. details.
:copyright: (c) 2014 Markus Unterwaditzer & contributors :copyright: (c) 2014 Markus Unterwaditzer & contributors

View file

@ -243,7 +243,7 @@ def _main(env, file_cfg):
@sync_command.main('[pairs...]') @sync_command.main('[pairs...]')
def sync_main(context, pairs=None): def sync_main(context, pairs=None):
''' '''
Syncronize the given pairs. If no pairs are given, all will be Synchronize the given pairs. If no pairs are given, all will be
synchronized. synchronized.
Examples: Examples:

View file

@ -70,7 +70,7 @@ def prepare_list(storage, href_to_status):
def sync(storage_a, storage_b, status, conflict_resolution=None, def sync(storage_a, storage_b, status, conflict_resolution=None,
force_delete=False): force_delete=False):
'''Syncronizes two storages. '''Synchronizes two storages.
:param storage_a: The first storage :param storage_a: The first storage
:type storage_a: :class:`vdirsyncer.storage.base.Storage` :type storage_a: :class:`vdirsyncer.storage.base.Storage`