File 0277-eunit-Fix-typos.patch of Package erlang
From 7ee07ba6a559f8d01704dd176f92071762bc4df9 Mon Sep 17 00:00:00 2001
From: Henrik Lagebrand <14178318+lagebr@users.noreply.github.com>
Date: Fri, 5 Feb 2021 08:42:23 +0100
Subject: [PATCH] eunit: Fix typos
---
lib/eunit/doc/overview.edoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/eunit/doc/overview.edoc b/lib/eunit/doc/overview.edoc
index 8ab89fca73..1bc3a3a7e5 100644
--- a/lib/eunit/doc/overview.edoc
+++ b/lib/eunit/doc/overview.edoc
@@ -378,7 +378,7 @@ off by default, put the following lines in a header file:
```-define(NOTEST, true).
-include_lib("eunit/include/eunit.hrl").'''
and then make sure that every module of your application includes that
-header file. This means that you have a only a single place to modify in
+header file. This means that you have a single place to modify in
order to change the default setting for testing. To override the `NOTEST'
setting without modifying the code, you can define `TEST' in a compiler
option, like this:
@@ -614,7 +614,7 @@ Examples:
=== Macros for checking output ===
-The following macro can be used within a test case to retreive the
+The following macro can be used within a test case to retrieve the
output written to standard output.
<dl>
--
2.26.2