From c6a2e89fec67d7083b5af37efb64d1b599d5d127 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 11 Oct 2004 14:43:32 +0000 Subject: [PATCH] Fixed small typos in the comments git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9284 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/media-add-ons/mixer/Resampler.cpp | 2 +- src/add-ons/media/media-add-ons/mixer/Resampler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/add-ons/media/media-add-ons/mixer/Resampler.cpp b/src/add-ons/media/media-add-ons/mixer/Resampler.cpp index e9ebce4e17..a048738336 100644 --- a/src/add-ons/media/media-add-ons/mixer/Resampler.cpp +++ b/src/add-ons/media/media-add-ons/mixer/Resampler.cpp @@ -2,7 +2,7 @@ * Released under terms of the MIT license. * * A simple resampling class for the audio mixer. - * You pick the conversation function on object creation, + * You pick the conversion function on object creation, * and then call the Resample() function, specifying data pointer, * offset (in bytes) to the next sample, and count of samples for * both source and destination. diff --git a/src/add-ons/media/media-add-ons/mixer/Resampler.h b/src/add-ons/media/media-add-ons/mixer/Resampler.h index 827f8c53ab..eaf850ac06 100644 --- a/src/add-ons/media/media-add-ons/mixer/Resampler.h +++ b/src/add-ons/media/media-add-ons/mixer/Resampler.h @@ -4,7 +4,7 @@ * Released under terms of the MIT license. * * A simple resampling class for the audio mixer. - * You pick the conversation function on object creation, + * You pick the conversion function on object creation, * and then call the Resample() function, specifying data pointer, * offset (in bytes) to the next sample, and count of samples for * both source and destination.