From b50294dba718a461b6fef22c98e98cd74435564c Mon Sep 17 00:00:00 2001
From: Reto Kromer <lists@reto.ch>
Date: Sat, 9 Feb 2019 19:07:46 +0100
Subject: [PATCH] ffprobe: fix typo and update URL in man

---
 doc/ffprobe.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index be0539feb2..28371cee59 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -425,7 +425,7 @@ The @code{csv} writer is equivalent to @code{compact}, but supports
 different defaults.
 
 Each section is printed on a single line.
-If no option is specifid, the output has the form:
+If no option is specified, the output has the form:
 @example
 section|key1=val1| ... |keyN=valN
 @end example
@@ -591,7 +591,7 @@ This option automatically sets @option{fully_qualified} to 1.
 @end table
 
 For more information about the XML format, see
-@url{http://www.w3.org/XML/}.
+@url{https://www.w3.org/XML/}.
 @c man end WRITERS
 
 @chapter Timecode
-- 
2.20.1

