dataman: fix typo

This commit is contained in:
Beat Küng
2017-05-16 10:09:07 +02:00
parent 620d37bc1c
commit 318c4497bd
+1 -1
View File
@@ -1286,7 +1286,7 @@ task_main(int argc, char *argv[])
/* see if we need to erase any items based on restart type */
int sys_restart_val;
const char *restart_type_str = "Unkown restart";
const char *restart_type_str = "Unknown restart";
int ret = g_dm_ops->initialize(max_offset);