summaryrefslogtreecommitdiff
path: root/mcon/U/d_regcmp.U
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2013-05-08 14:39:33 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2013-05-08 14:39:33 +0000
commitcc69e911c90e73b71eb54c4b0789f66ba315cab2 (patch)
tree16c3d1481bbd50f0026c7608448b2fae928ad16e /mcon/U/d_regcmp.U
parentdf36c8f47fe6da65fefc4825c99631f102c2a4db (diff)
Jumbo typo-fixing patch, courtesy of H.Merijn Brand.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@166 2592e710-e01b-42a5-8df0-11608a6cc53d
Diffstat (limited to 'mcon/U/d_regcmp.U')
-rw-r--r--mcon/U/d_regcmp.U8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcon/U/d_regcmp.U b/mcon/U/d_regcmp.U
index cff5054..e5e7a1f 100644
--- a/mcon/U/d_regcmp.U
+++ b/mcon/U/d_regcmp.U
@@ -23,21 +23,21 @@
?S:d_regcmp:
?S: This variable conditionally defines the HAS_REGCMP symbol, which
?S: indicates to the C program that the regcmp() routine is available
-?S: for regular patern matching (usally on System V).
+?S: for regular pattern matching (usually on System V).
?S:.
?S:d_re_comp:
?S: This variable conditionally defines the HAS_RECOMP symbol, which
?S: indicates to the C program that the re_comp() routine is available
-?S: for regular patern matching (usally on BSD). If so, it is likely that
+?S: for regular pattern matching (usually on BSD). If so, it is likely that
?S: re_exec() exists.
?S:.
?C:HAS_REGCMP (REGCMP):
?C: This symbol, if defined, indicates that the regcmp() routine is
-?C: available to do some regular patern matching (usually on System V).
+?C: available to do some regular pattern matching (usually on System V).
?C:.
?C:HAS_RECOMP (RECOMP):
?C: This symbol, if defined, indicates that the re_comp() routine is
-?C: available to do some regular patern matching (usually on BSD). If so,
+?C: available to do some regular pattern matching (usually on BSD). If so,
?C: it is likely that re_exec() be available.
?C:.
?H:#$d_regcmp HAS_REGCMP /* sysV */