diff mbox

Patch for typo fix

Message ID 20170125202600.th4vggl3xsjvpjnp@naruto.nanadai.me (mailing list archive)
State Not Applicable
Headers show

Commit Message

Lokesh Mandvekar Jan. 25, 2017, 8:26 p.m. UTC
Hi, first patch (attached) to this list so please be gentle :)

It's just a typo fix. Is there a workflow I should be following to send
patches?

Thanks,

Comments

Stephen Smalley Jan. 25, 2017, 8:31 p.m. UTC | #1
On Wed, 2017-01-25 at 15:26 -0500, Lokesh Mandvekar wrote:
> Hi, first patch (attached) to this list so please be gentle :)
> 
> It's just a typo fix. Is there a workflow I should be following to
> send
> patches?

Thanks, we prefer patches sent inline (e.g. use git send-email) if
possible.
diff mbox

Patch

diff --git a/libselinux/man/man3/selinux_restorecon.3 b/libselinux/man/man3/selinux_restorecon.3
index 2d8274b..d698818 100644
--- a/libselinux/man/man3/selinux_restorecon.3
+++ b/libselinux/man/man3/selinux_restorecon.3
@@ -26,7 +26,7 @@  containing a directory or file to be relabeled.
 If this is a directory and the
 .IR restorecon_flags
 .B SELINUX_RESTORECON_RECURSE
-has been set (for decending through directories), then
+has been set (for descending through directories), then
 .BR selinux_restorecon ()
 will write an SHA1 digest of the combined specfiles (see the
 .B NOTES