Browse Source

overlay: fix syncronizing typo

So it's now correct `synchronizing`.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar 3 years ago
parent
commit
c44b40be0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libfstools/overlay.c

+ 1 - 1
libfstools/overlay.c

@@ -316,7 +316,7 @@ jffs2_switch(struct volume *v)
 		foreachdir("/overlay/", handle_whiteout);
 
 		/* try hard to be in sync */
-		ULOG_INFO("syncronizing overlay\n");
+		ULOG_INFO("synchronizing overlay\n");
 		if (system("cp -a /tmp/root/upper/* / 2>/dev/null"))
 			ULOG_ERR("failed to sync jffs2 overlay\n");
 		break;