From b0094ebe661f0e88d3e6f639c7a985be0f597af3 Mon Sep 17 00:00:00 2001 From: crees Date: Sat, 9 Feb 2013 12:00:52 +0000 Subject: 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 --- audio/maplay/files/patch-maplay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/maplay') 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"; -- cgit