[dpkg] 57/200: dpkg: Fix typo in code comment
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:17:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository dpkg.
commit b7684ab03c18df09197d364eccf2d3529e6a5fc4
Author: Guillem Jover <guillem at debian.org>
Date: Sun Nov 27 19:08:21 2016 +0100
dpkg: Fix typo in code comment
---
src/archives.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/archives.c b/src/archives.c
index 71118ff..94e0411 100644
--- a/src/archives.c
+++ b/src/archives.c
@@ -539,7 +539,7 @@ tarobject_matches(struct tarcontext *tc,
return;
case TAR_FILETYPE_SYMLINK:
/* Symlinks to existing dirs have already been dealt with, only
- * reamin real symlinks where we can compare the target. */
+ * remain real symlinks where we can compare the target. */
if (!S_ISLNK(stab->st_mode))
break;
linkname = m_malloc(stab->st_size + 1);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list