e_info: fix typo 60/320860/1
authorhojoon-ryou <hojoon.ryou@samsung.com>
Mon, 10 Mar 2025 04:19:06 +0000 (13:19 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 10 Mar 2025 07:47:07 +0000 (16:47 +0900)
Change-Id: I8cc11f145e810d349f905f1fb9337f2cbdfb3d9b

src/bin/debug/e_info_client.c

index 197636a516758e2663a5e67c1f689f10ec4e895c..9590bef5034de57ab42cc3025d2fa05088f68cf2 100644 (file)
@@ -6587,7 +6587,7 @@ _e_info_client_proc_apply_filter(int argc, char **argv)
                                                  argv[filter_idx],
                                                  param_idx1 < 0 ? "" : argv[param_idx1],
                                                  param_idx2 < 0 ? "" : argv[param_idx2]);
-   if (!res) printf("Error occured while sending message\n\n");
+   if (!res) printf("Error occurred while sending message\n\n");
    return;
 usage:
    printf("Usage: %s", USAGE_FILTER);