From 0f11acab73f4d0f64296192e0eb9545c9e0a8c78 Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Mon, 16 Sep 2013 11:18:49 +0000
Subject: [PATCH] docs: fixed a typo in the reference

---
 documentation/Reference.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/Reference.txt b/documentation/Reference.txt
index 33ab7deb..31520f6c 100644
--- a/documentation/Reference.txt
+++ b/documentation/Reference.txt
@@ -2152,7 +2152,7 @@ here. For instance,
 if the header contains macro definitions, these will not be in effect
 when the rest of the C code block gets compiled.
 
-You can defer defer interpretation of a preprocessor directive until
+You can defer interpretation of a preprocessor directive until
 after *snc* has compiled the code to C, by ensuring that some extra
 non-blank characters appear in front of the ``#`` sign, so *cpp* does
 not recognize the directive. For instance ::
-- 
GitLab