1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From: Jordan Justen <jordan.l.justen@intel.com>
Date: Sat, 11 Apr 2020 14:11:41 -0700
Subject: man: Fix spelling, successfull => successful
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
---
man/waffle_init.3.xml | 2 +-
man/waffle_teardown.3.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/waffle_init.3.xml b/man/waffle_init.3.xml
index 19d4b91..e443060 100644
--- a/man/waffle_init.3.xml
+++ b/man/waffle_init.3.xml
@@ -191,7 +191,7 @@
<term><errorcode>WAFFLE_ERROR_ALREADY_INITIALIZED</errorcode></term>
<listitem>
<para>
- Waffle has already been initialized with a successfull call to <function>waffle_init()</function>.
+ Waffle has already been initialized with a successful call to <function>waffle_init()</function>.
</para>
</listitem>
</varlistentry>
diff --git a/man/waffle_teardown.3.xml b/man/waffle_teardown.3.xml
index 154478c..bef2665 100644
--- a/man/waffle_teardown.3.xml
+++ b/man/waffle_teardown.3.xml
@@ -82,7 +82,7 @@
<term><errorcode>WAFFLE_ERROR_NOT_INITIALIZED</errorcode></term>
<listitem>
<para>
- Waffle has not been initialized with a successfull call to <function>waffle_init()</function>
+ Waffle has not been initialized with a successful call to <function>waffle_init()</function>
since the last call to <function>waffle_teardown()</function> or the start of the program.
</para>
</listitem>
|