Skip to content

Commit 34a1338

Browse files
authored
docs: fix typos (#433)
Found via `codespell -H -S sting`
1 parent c94b498 commit 34a1338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vcspull/cli/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Synchronization functionailty for vcspull."""
1+
"""Synchronization functionality for vcspull."""
22
import argparse
33
import logging
44
import pathlib

src/vcspull/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Configuration functionailty for vcspull."""
1+
"""Configuration functionality for vcspull."""
22
import fnmatch
33
import logging
44
import os

0 commit comments

Comments
 (0)