---
wrapper/disk_sync.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wrapper/disk_sync.py b/wrapper/disk_sync.py
index 55f2ba9..e830193 100644
--- a/wrapper/disk_sync.py
+++ b/wrapper/disk_sync.py
@@ -445,7 +445,7 @@ def sync_data():
for extent in state['internal']['disk_extents'][key]:
# Skip over extents smaller than 1MB
if extent.length < 1 << 20:
- logging.debug('Skibbing block status for extent of size %d B at
offset %d B' %
+ logging.debug('Skipping block status for extent of size %d B at
offset %d B' %
(extent.length, extent.start))
data_blocks.append({
'offset': extent.start,
--
2.22.0