about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Braud-Santoni <nicolas@braud-santoni.eu>2017-11-26 22:18:07 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-26 22:25:24 +0100
commitdee2a93a34c4342eb91b131c8a6c12409f502604 (patch)
tree77ebd0e3efd3193f0ac15be7cfe1e3f339a2243e
parent9d3830b7ea771ae45d9c1e7b87ae58c813d2aac9 (diff)
downloadholes-master.tar.gz
holes-master.tar.xz
holes-master.zip
Fix typos HEAD v0.1 master
Closes: #1 [via git-merge-pr]
-rw-r--r--README2
-rw-r--r--holes.12
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3edaccd..a2c77ce 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ SYNOPSIS
 
 DESCRIPTION
      holes looks for runs of zero bytes (a.k.a. holes) in the specified input
-     files (or the standard input), and prints the start adresses (in
+     files (or the standard input), and prints the start addresses (in
      hexadecimal) as well as the lengths (in decimal).  When multiple input
      files are specified, holes prefixes each line with the file name.
 
diff --git a/holes.1 b/holes.1
index 284fe6e..0398f75 100644
--- a/holes.1
+++ b/holes.1
@@ -14,7 +14,7 @@
 .Nm
 looks for runs of zero bytes (a.k.a. holes) in the specified input files
 (or the standard input),
-and prints the start adresses (in hexadecimal)
+and prints the start addresses (in hexadecimal)
 as well as the lengths (in decimal).
 When multiple input files are specified,
 .Nm