app: Fix spelling error in iscsi_tgt.c

This patch fixes spelling error while printing
error message using SPDK_ERRLOG under file
app/iscsi_tgt/iscsi_tgt.c

Change-Id: I7e052822358dc72a65c8ca8a8ac908a7f74c8f4b
Signed-off-by: Arshad Hussain <arshad.super@gmail.com>
Reviewed-on: https://review.gerrithub.io/c/441246
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Arshad Hussain 2019-01-20 00:12:34 +05:30 committed by Darek Stojaczyk
parent 8ce4e176c7
commit 8f0d7e57fa

View File

@ -100,7 +100,7 @@ main(int argc, char **argv)
if (g_daemon_mode) {
if (daemon(1, 0) < 0) {
SPDK_ERRLOG("Start iscsi target daemon faild.\n");
SPDK_ERRLOG("Start iscsi target daemon failed.\n");
exit(EXIT_FAILURE);
}
}