From 1d800d7b72775863cd8aef331d931782b151c5f0 Mon Sep 17 00:00:00 2001
From: Sergey Kandaurov <pluknet@FreeBSD.org>
Date: Thu, 13 Feb 2014 20:01:03 +0000
Subject: [PATCH] Fix typo.

---
 en_US.ISO8859-1/books/porters-handbook/uses.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en_US.ISO8859-1/books/porters-handbook/uses.xml b/en_US.ISO8859-1/books/porters-handbook/uses.xml
index 03c1aa3a7c..d840e5678c 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses.xml
@@ -77,7 +77,7 @@
     <literal>nestedfct</literal>, <literal>features</literal></entry>
 
   <entry>Determines which compiler to use based on any given wishes.
-    Use <literal>c++11-lang</literal> if the port needs a C+11-capable
+    Use <literal>c++11-lang</literal> if the port needs a C++11-capable
     compiler, and <literal>c++11-lib</literal> if the port also needs
     a C++11-ready standard library.  If the port needs a compiler
     understanding C++0X, C11, OpenMP, or nested functions, the