File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ void print_SeaChest_Util_Exit_Codes(int numberOfToolSpecificE
290
290
printf ("\t%d = Cannot Open File\n" , UTIL_EXIT_CANNOT_OPEN_FILE );
291
291
printf ("\t%d = File Already Exists\n" , UTIL_EXIT_FILE_ALREADY_EXISTS );
292
292
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 );
294
294
printf ("\t%d = Error Writing File\n" , UTIL_EXIT_ERROR_WRITING_FILE );
295
295
printf ("\t%d = Device not found when opening handle.\n" , UTIL_EXIT_NO_DEVICE );
296
296
printf ("\t%d = Device not opened. Handle is busy.\n" , UTIL_EXIT_DEVICE_BUSY );
You can’t perform that action at this time.
0 commit comments