From 9040229c1567ef2dd085b29705da528a51a435bb Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 12 May 2017 03:21:38 -0500 Subject: [PATCH] Fix a typo in cpp/README (#1735) --- cpp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/README b/cpp/README index 088bd274d..2b8f5661d 100644 --- a/cpp/README +++ b/cpp/README @@ -32,7 +32,7 @@ The example command lines below assume that you have a Debian-based GNU/Linux distribution. Other distributions and packaging systems will differ. Quickstart: - - In recent Debian-based distributions, it should be sufficent to run: + - In recent Debian-based distributions, it should be sufficient to run: $ sudo apt-get install \ cmake cmake-curses-gui libprotobuf-dev libgtest-dev libre2-dev \ libicu-dev libboost-dev libboost-thread-dev libboost-system-dev \