aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/libsm/b-strl.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libsm/b-strl.c')
-rw-r--r--contrib/sendmail/libsm/b-strl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/b-strl.c b/contrib/sendmail/libsm/b-strl.c
index 1e0e770cf62b..b70b28245759 100644
--- a/contrib/sendmail/libsm/b-strl.c
+++ b/contrib/sendmail/libsm/b-strl.c
@@ -101,7 +101,7 @@ main(argc, argv)
** the copy.
*/
(void) strlcpy(source,
- " This is the longer string that will be used for catenation and copying for the the performace testing. The longer the string being catenated or copied the greater the difference in measureable performance\n",
+ " This is the longer string that will be used for catenation and copying for the the performance testing. The longer the string being catenated or copied the greater the difference in measureable performance\n",
SRC_SIZE - 1);
/* Run-time comments to the user */