about summary refs log tree commit diff
diff options
context:
space:
mode:
-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