diff options
author | Timo Weingärtner <timo@tiwe.de> | 2017-05-03 11:52:10 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2017-05-03 11:52:10 +0200 |
commit | bfaa37ae068f8b8a877b4653df840648d86a5448 (patch) | |
tree | 38d57e45c3297cde1e287583e3f3f7eeb1565c4e | |
parent | d813c1c521f3a8058c2997b1fa0639225fd307b4 (diff) | |
download | hadori-bfaa37ae068f8b8a877b4653df840648d86a5448.tar.gz |
fix typo in Description
Closes: #861728
Thanks: Paul Wise
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 53beeb9..fa6e94e 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Hardlinks identical files This might look like yet another hardlinking tool, but it is the only one - which only memorizes one filename per inode. That results in less merory + which only memorizes one filename per inode. That results in less memory consumption and faster execution compared to its alternatives. Therefore (and because all the other names are already taken) it's called "HArdlinking DOne RIght". |