File 0650-Fix-typo.patch of Package erlang
From 7e533e8e8f062228c864cd36e33fb33c0056bdf5 Mon Sep 17 00:00:00 2001
From: Stanislav Mayorov <17276429+FNickRU@users.noreply.github.com>
Date: Tue, 30 Apr 2019 10:25:31 +0700
Subject: [PATCH] Fix typo
---
lib/stdlib/doc/src/queue.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/queue.xml b/lib/stdlib/doc/src/queue.xml
index 83a8afea81..89cce6d85b 100644
--- a/lib/stdlib/doc/src/queue.xml
+++ b/lib/stdlib/doc/src/queue.xml
@@ -168,7 +168,7 @@
<fsummary>Test if a queue is empty.</fsummary>
<desc>
<p>Tests if <c><anno>Q</anno></c> is empty and returns <c>true</c> if
- so, otherwise otherwise.</p>
+ so, otherwise <c>false</c>.</p>
</desc>
</func>
--
2.16.4