int result;
regex_t re;
- /* Test whether it are correct regular expressions. */
+ /* Test whether it is a correct regular expression. */
result = regcomp (&re, messages->yesexpr, REG_EXTENDED);
if (result != 0 && !be_quiet)
{
int result;
regex_t re;
- /* Test whether it are correct regular expressions. */
+ /* Test whether it is a correct regular expression. */
result = regcomp (&re, messages->noexpr, REG_EXTENDED);
if (result != 0 && !be_quiet)
{
};
-/* The content iof the field int_curr_symbol has to be taken from
+/* The contents of the field int_curr_symbol have to be taken from
ISO-4217. We test for correct values. */
#define DEFINE_INT_CURR(str) str,
static const char *const valid_int_curr[] =
#cat, "LC_MONETARY", min, max)
#if 0
- /* The following two test are not really necessary because all values
- the variable could have are valid. */
+ /* The following two tests are not really necessary because all values
+ the variable could have are valid. */
TEST_ELEM (int_frac_digits, -128, 127); /* No range check. */
TEST_ELEM (frac_digits, -128, 127); /* No range check. */
#endif