* Convert strings to numbers in defined range and print message on error.
*
* These functions are used when we read input from users (getopt() etc.). It's
- * better to consolidate the code and keep it all based on 64-bit numbers then
+ * better to consolidate the code and keep it all based on 64-bit numbers than
* implement it for 32 and 16-bit numbers too.
*/
int64_t str2num_or_err(const char *str, int base, const char *errmesg,