public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH] configure: fix typos in help/error messages
@ 2020-07-08 21:25 Tobias Klauser
  2020-07-08 21:28 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2020-07-08 21:25 UTC (permalink / raw)
  To: io-uring

Signed-off-by: Tobias Klauser <[email protected]>
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 223192b8a5f9..518a5b03e8dd 100755
--- a/configure
+++ b/configure
@@ -34,7 +34,7 @@ for opt do
   --cxx=*) cxx="$optarg"
   ;;
   *)
-    echo "ERROR: unkown option $opt"
+    echo "ERROR: unknown option $opt"
     echo "Try '$0 --help' for more information"
     exit 1
   ;;
@@ -75,7 +75,7 @@ Options: [defaults in brackets after descriptions]
   --prefix=PATH            install in PATH [$prefix]
   --includedir=PATH        install headers in PATH [$includedir]
   --libdir=PATH            install runtime libraries in PATH [$libdir]
-  --libdevdir=PATH         install developement libraries in PATH [$libdevdir]
+  --libdevdir=PATH         install development libraries in PATH [$libdevdir]
   --mandir=PATH            install man pages in PATH [$mandir]
   --datadir=PATH           install shared data in PATH [$datadir]
 EOF
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure: fix typos in help/error messages
  2020-07-08 21:25 [PATCH] configure: fix typos in help/error messages Tobias Klauser
@ 2020-07-08 21:28 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-07-08 21:28 UTC (permalink / raw)
  To: Tobias Klauser, io-uring

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-08 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-08 21:25 [PATCH] configure: fix typos in help/error messages Tobias Klauser
2020-07-08 21:28 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox