issue#70
Houtan Bastani 2011-09-15 14:18:37 -04:00
parent 9207896a6b
commit e94ea4839e
1 changed files with 1 additions and 1 deletions

View File

@ -1394,7 +1394,7 @@ ParsingDriver::svar()
&& it2 != options_list.string_options.end())
|| (it0 != options_list.string_options.end()
&& it2 != options_list.string_options.end()))
error("You may only pass one 'coefficients', 'variances', or 'constants' option.");
error("You may only pass one of 'coefficients', 'variances', or 'constants'.");
it0 = options_list.num_options.find("ms.chain");
if (it0 == options_list.num_options.end())