From 7f61fd3b369d96d33776f0580e72269836d7f8bb Mon Sep 17 00:00:00 2001
From: Steve Dougherty <sdougherty@barracuda.com>
Date: Mon, 16 May 2016 13:25:29 -0400
Subject: [PATCH 1/2] man: fix spelling of "output"

---
 xargs/xargs.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xargs/xargs.1 b/xargs/xargs.1
index b055529..6837786 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -242,7 +242,7 @@ another.
 .B Please note
 that it is up to the called processes to properly manage parallel
 access to shared resources.  For example, if more than one of them
-tries to print to stdout, the ouptut will be produced in an
+tries to print to stdout, the output will be produced in an
 indeterminate order (and very likely mixed up) unless the processes
 collaborate in some way to prevent this.  Using some kind of locking
 scheme is one way to prevent such problems.  In general, using a
-- 
2.8.2

