File 1117-fixed-typo.patch of Package erlang

From d950ae268f464e256d805a3aaaf66eb9691ec76c Mon Sep 17 00:00:00 2001
From: Andrew Shymanel <74544466+shymanel@users.noreply.github.com>
Date: Tue, 8 Dec 2020 22:30:22 +0200
Subject: [PATCH] fixed typo

From `ets` docs, section **Notes**:

```
It should be set to an approximate of the maximum amount of tables used. **This since** an internal table for named tables is sized using this value.
```

Feels like it should be one sentence, or 2 separate, like `This is done since...`.
---
 lib/stdlib/doc/src/ets.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 690e3558be..4f43ae28d0 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -60,7 +60,7 @@
        <seealso marker="erts:erl#+e"><c>+e</c></seealso> before starting the
        Erlang runtime system. This hard limit has been removed, but it is currently
        useful to set the <c>ERL_MAX_ETS_TABLES</c> anyway. It should be
-       set to an approximate of the maximum amount of tables used. This since
+       set to an approximate of the maximum amount of tables used since
        an internal table for named tables is sized using this value. If
        large amounts of named tables are used and <c>ERL_MAX_ETS_TABLES</c>
        hasn't been increased, the performance of named table lookup will
-- 
2.26.2

openSUSE Build Service is sponsored by