Skip to content

Commit bb4fa43

Browse files
committed
quick: Fixing a typo for not enough resources exit code.
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 782db50 commit bb4fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openseachest_util_options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ void print_SeaChest_Util_Exit_Codes(int numberOfToolSpecificE
290290
printf("\t%d = Cannot Open File\n", UTIL_EXIT_CANNOT_OPEN_FILE);
291291
printf("\t%d = File Already Exists\n", UTIL_EXIT_FILE_ALREADY_EXISTS);
292292
printf("\t%d = Need Elevated Privileges\n", UTIL_EXIT_NEED_ELEVATED_PRIVILEGES);
293-
printf("\t%d = Not enough resourced\n", UTIL_EXIT_NOT_ENOUGH_RESOURCES);
293+
printf("\t%d = Not enough resources\n", UTIL_EXIT_NOT_ENOUGH_RESOURCES);
294294
printf("\t%d = Error Writing File\n", UTIL_EXIT_ERROR_WRITING_FILE);
295295
printf("\t%d = Device not found when opening handle.\n", UTIL_EXIT_NO_DEVICE);
296296
printf("\t%d = Device not opened. Handle is busy.\n", UTIL_EXIT_DEVICE_BUSY);

0 commit comments

Comments
 (0)