From c78ccc6579c6793a68eccf9367de04a60bd98eec Mon Sep 17 00:00:00 2001 From: Richard Stebbing Date: Thu, 19 Feb 2015 18:50:39 +0000 Subject: [PATCH] Fix minor typo. Change-Id: I4f83453c6f64a778a27b42b28e08f8e1d05908b7 --- docs/source/faqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faqs.rst b/docs/source/faqs.rst index 58f6cb7da..53f9d88a4 100644 --- a/docs/source/faqs.rst +++ b/docs/source/faqs.rst @@ -20,7 +20,7 @@ Building performance. `google-glog `_ allows you to control its behaviour from the command line `flags `_. Starting - with ``-logtostdterr`` you can add ``-v=N`` for increasing values + with ``-logtostderr`` you can add ``-v=N`` for increasing values of ``N`` to get more and more verbose and detailed information about Ceres internals.