From d6ef64716cb83eaeb9164fd31d1938bda2f1530e Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Thu, 15 Sep 2011 14:18:37 -0400
Subject: [PATCH] fix typo (cherry picked from commit
 85d56423ab3fcdb91484cc3c74423f8e8e278e41)

---
 preprocessor/ParsingDriver.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/preprocessor/ParsingDriver.cc b/preprocessor/ParsingDriver.cc
index aff396f0a..e6ff1cf18 100644
--- a/preprocessor/ParsingDriver.cc
+++ b/preprocessor/ParsingDriver.cc
@@ -1308,7 +1308,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())
-- 
GitLab