All curl_mprintf() curl_off_t tests OK!
All curl_mprintf() strings tests OK!
All float strings tests OK!
-All curl_mprintf() octal & hexadecimal tests OK!
+All curl_mprintf() octal and hexadecimal tests OK!
</stdout>
</verify>
#endif
if(!errors)
- curl_mprintf("All curl_mprintf() octal & hexadecimal tests OK!\n");
+ curl_mprintf("All curl_mprintf() octal and hexadecimal tests OK!\n");
else
- curl_mprintf("Some curl_mprintf() octal & hexadecimal tests Failed!\n");
+ curl_mprintf("Some curl_mprintf() octal or hexadecimal tests Failed!\n");
return errors;
}