summaryrefslogtreecommitdiff
path: root/audio/maplay
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 /audio/maplay
parent- Update to 3.7.48, give mainatinership to submitter [1] (diff)
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 'audio/maplay')
-rw-r--r--audio/maplay/files/patch-maplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/maplay/files/patch-maplay.cc b/audio/maplay/files/patch-maplay.cc
index 13f2566cdc5a..ac553386fb82 100644
--- a/audio/maplay/files/patch-maplay.cc
+++ b/audio/maplay/files/patch-maplay.cc
@@ -172,7 +172,7 @@
if (range_violations)
{
- cerr << range_violations << " range violations have occured!\n";
-+ std::cerr << range_violations << " range violations have occured!\n";
++ std::cerr << range_violations << " range violations have occurred!\n";
if (stdout_mode)
- cerr << "If you notice these violations,\n";
+ std::cerr << "If you notice these violations,\n";