File 0303-kernel-Fix-spelling-error-in-assert.hrl.patch of Package erlang
From 97baa98f2ecd748b1f868fa1f360e7858d2579e5 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Wed, 17 Oct 2018 11:40:29 +0200
Subject: [PATCH] kernel: Fix spelling error in assert.hrl
---
lib/stdlib/doc/src/assert_hrl.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/assert_hrl.xml b/lib/stdlib/doc/src/assert_hrl.xml
index 4dc7299609..fb27954235 100644
--- a/lib/stdlib/doc/src/assert_hrl.xml
+++ b/lib/stdlib/doc/src/assert_hrl.xml
@@ -46,7 +46,7 @@
values such as <c>[{module, M}, {line, L}, ...]</c> giving more
information about the location and cause of the exception. All entries
in the <c>Info</c> list are optional, and you should not rely
- programatically on any of them being present.</p>
+ programmatically on any of them being present.</p>
<p>If the macro <c>NOASSERT</c> is defined when the <c>assert.hrl</c>
include file is read by the compiler, the macros will be defined as
--
2.16.4