From 45256699a98816b015f22a9ba892d5e02a1eeedb Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Mon, 10 Nov 2008 15:30:24 +0000
Subject: [PATCH] Fix typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24546 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/TIDStorage/bin/tidstorage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/TIDStorage/bin/tidstorage.py b/product/TIDStorage/bin/tidstorage.py
index 7eeef2084a..92d7bf20d4 100755
--- a/product/TIDStorage/bin/tidstorage.py
+++ b/product/TIDStorage/bin/tidstorage.py
@@ -462,7 +462,7 @@ class BootstrapContent(threading.Thread):
         known_storage_id_set = sets.ImmutableSet(tid_storage.dump_transcient().keys())
         to_check_storage_id_set = target_storage_id_set - known_storage_id_set
         if len(to_check_storage_id_set):
-          log('Bootstrap in progress... Mising storages: %r' % (to_check_storage_id_set, ))
+          log('Bootstrap in progress... Missing storages: %r' % (to_check_storage_id_set, ))
           # Retry a bit later
           time.sleep(60)
       if len(to_check_storage_id_set) == 0:
-- 
2.30.9