File 0956-Fix-spelling-error.patch of Package erlang
From fafe50333212eac494ea1297ababdc7d714b71b8 Mon Sep 17 00:00:00 2001
From: lagebr <lagebr@users.noreply.github.com>
Date: Mon, 10 Aug 2020 20:57:50 +0200
Subject: [PATCH] Fix spelling error
---
lib/stdlib/doc/src/binary.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml
index 4b05bfac2f..412a0f5def 100644
--- a/lib/stdlib/doc/src/binary.xml
+++ b/lib/stdlib/doc/src/binary.xml
@@ -64,7 +64,7 @@
</datatype>
<datatype>
<name name="part"/>
- <desc><p>A representaion of a part (or range) in a binary. <c>Start</c> is
+ <desc><p>A representation of a part (or range) in a binary. <c>Start</c> is
a zero-based offset into a <c>binary()</c> and <c>Length</c> is the
length of that part. As input to functions in this module, a reverse
part specification is allowed, constructed with a negative
--
2.26.2