diff options
author | crees <crees@FreeBSD.org> | 2013-02-09 20:00:52 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-02-09 20:00:52 +0800 |
commit | b0094ebe661f0e88d3e6f639c7a985be0f597af3 (patch) | |
tree | 2de43f02a7adf2cde27a75528b780bbad6998d32 /net | |
parent | 963f18a4bd4b61eb4d68e79b3e03b14c33b1de49 (diff) | |
download | freebsd-ports-gnome-b0094ebe661f0e88d3e6f639c7a985be0f597af3.tar.gz freebsd-ports-gnome-b0094ebe661f0e88d3e6f639c7a985be0f597af3.tar.zst freebsd-ports-gnome-b0094ebe661f0e88d3e6f639c7a985be0f597af3.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
Diffstat (limited to 'net')
-rw-r--r-- | net/csync2/files/pkg-install.in | 2 | ||||
-rw-r--r-- | net/netsed/files/patch-netsed.c | 2 | ||||
-rw-r--r-- | net/ser/files/patch-modules::nathelper::nathelper.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/csync2/files/pkg-install.in b/net/csync2/files/pkg-install.in index afbe4f364b60..ae42495104e8 100644 --- a/net/csync2/files/pkg-install.in +++ b/net/csync2/files/pkg-install.in @@ -21,7 +21,7 @@ create_cert() { rm -f /tmp/csync2_ssl_cert.csr if [ ${code} -ne 0 ]; then - echo "csync2: OpenSSL error occured:" + echo "csync2: OpenSSL error occurred:" echo cat ${_errlog} echo diff --git a/net/netsed/files/patch-netsed.c b/net/netsed/files/patch-netsed.c index cab0a91ebbdc..ed5fc3d88a06 100644 --- a/net/netsed/files/patch-netsed.c +++ b/net/netsed/files/patch-netsed.c @@ -20,7 +20,7 @@ + ERR("be passed using HTTP-alike hex escape sequences (eg. CRLF -> %%0a%%0d).\n"); + ERR("Single '%%' can be reached by using '%%%%'. Examples:\n\n"); + ERR(" 's/andrew/mike/1' - replace 'andrew' with 'mike' (once)\n"); -+ ERR(" 's/andrew/mike' - replace all occurences of 'andrew' with 'mike'\n"); ++ ERR(" 's/andrew/mike' - replace all occurrences of 'andrew' with 'mike'\n"); + ERR(" 's/andrew/mike%%00' - replace 'andrew' with 'mike\\x00' (to keep orig. size)\n"); ERR(" 's/%%%%/%%2f/20' - replace '%%' with '/' in first 20 packets\n\n"); ERR("Rules are not working on cross-packet boundaries and are evaluated from\n"); diff --git a/net/ser/files/patch-modules::nathelper::nathelper.c b/net/ser/files/patch-modules::nathelper::nathelper.c index e64495c468e9..d85865e0eaa0 100644 --- a/net/ser/files/patch-modules::nathelper::nathelper.c +++ b/net/ser/files/patch-modules::nathelper::nathelper.c @@ -1259,7 +1259,7 @@ $FreeBSD$ + /* + * Having such data, but not at line beginning. + * Skip them and reiterate. ser_memmem() will find next -+ * occurence. ++ * occurrence. + */ + if (plimit - cp1 < 2) + return NULL; |