Blob Blame History Raw
From 7f7db01e257be7215430f5eaaa95842f96e3f949 Mon Sep 17 00:00:00 2001
From: Stefan <stefan.haubenthal@gmail.com>
Date: Sat, 9 Nov 2019 22:23:46 +0100
Subject: [PATCH 091/125] Fixed typos

---
 doc/funcref.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/funcref.sgml b/doc/funcref.sgml
index 030c726c..6b39ad5e 100644
--- a/doc/funcref.sgml
+++ b/doc/funcref.sgml
@@ -1360,8 +1360,8 @@ used in presence of a prototype.
 <tag/Function/Test a condition and possibly abort.
 <tag/Header/<tt/<ref id="assert.h" name="assert.h">/
 <tag/Declaration/<tt/void assert (int cond);/
-<tag/Description/<tt/assert/ is a macro that expands to a <tt/id/
-statement. If the condition evaluates t zero (false), assert prints a message
+<tag/Description/<tt/assert/ is a macro that expands to an <tt/id/
+statement. If the condition evaluates to zero (false), assert prints a message
 on stderr and aborts the program.
 <tag/Notes/<itemize>
 <item>The function is actually a macro.
-- 
2.23.0