aboutsummaryrefslogtreecommitdiff
path: root/textproc/modlogan
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-02-09 12:00:52 +0000
committerChris Rees <crees@FreeBSD.org>2013-02-09 12:00:52 +0000
commit0dd757920977efb2456287e8d7920b3822c5bbe4 (patch)
tree2de43f02a7adf2cde27a75528b780bbad6998d32 /textproc/modlogan
parent3bd68caae6f1f5f5a640f544bb3bc8bb194a055c (diff)
downloadports-0dd757920977efb2456287e8d7920b3822c5bbe4.tar.gz
ports-0dd757920977efb2456287e8d7920b3822c5bbe4.zip
Various spelling corrections
PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
Notes
Notes: svn path=/head/; revision=311969
Diffstat (limited to 'textproc/modlogan')
-rw-r--r--textproc/modlogan/files/patch-cssfile-writting2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/modlogan/files/patch-cssfile-writting b/textproc/modlogan/files/patch-cssfile-writting
index a34c1d02f433..c5d1f3ed4f06 100644
--- a/textproc/modlogan/files/patch-cssfile-writting
+++ b/textproc/modlogan/files/patch-cssfile-writting
@@ -47,7 +47,7 @@ diff -u -u -r1.100 generate.c
+
+ ret = unlink(filename);
+ if(ret == 0 || (ret == -1 && errno == ENOENT)) {
-+ /* If no error occured or the file didn't existed: link it. */
++ /* If no error occurred or the file didn't existed: link it. */
+
+ ret = symlink(conf->cssfile, filename);
+ if (ret != 0) {