fiptool: Fix typo in create and update usage functions

It should be 'fiptool' instead of 'fiptfool'.

Change-Id: I84ce1b6aaae5b8b33e5781bfe4f9e9cf462edb03
diff --git a/tools/fiptool/fiptool.c b/tools/fiptool/fiptool.c
index 4a3e61a..68ddcf5 100644
--- a/tools/fiptool/fiptool.c
+++ b/tools/fiptool/fiptool.c
@@ -587,7 +587,7 @@
 {
 	toc_entry_t *toc_entry = toc_entries;
 
-	printf("fiptfool create [--plat-toc-flags <value>] [opts] FIP_FILENAME\n");
+	printf("fiptool create [--plat-toc-flags <value>] [opts] FIP_FILENAME\n");
 	printf("  --plat-toc-flags <value>\t16-bit platform specific flag field "
 	    "occupying bits 32-47 in 64-bit ToC header.\n");
 	fputc('\n', stderr);
@@ -672,7 +672,7 @@
 {
 	toc_entry_t *toc_entry = toc_entries;
 
-	printf("fiptfool update [--out FIP_FILENAME] "
+	printf("fiptool update [--out FIP_FILENAME] "
 	    "[--plat-toc-flags <value>] [opts] FIP_FILENAME\n");
 	printf("  --out FIP_FILENAME\t\tSet an alternative output FIP file.\n");
 	printf("  --plat-toc-flags <value>\t16-bit platform specific flag field "