From f736262eb9414a16c1440f04f2293beb9355e1cb Mon Sep 17 00:00:00 2001
From: Lyubomir Marinov <lyubomir.marinov@jitsi.org>
Date: Fri, 16 Nov 2012 16:34:31 +0000
Subject: [PATCH] Adds a javadoc to clarify MediaDeviceSession's method
 getProcessor().

---
 src/org/jitsi/impl/neomedia/device/MediaDeviceSession.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/jitsi/impl/neomedia/device/MediaDeviceSession.java b/src/org/jitsi/impl/neomedia/device/MediaDeviceSession.java
index 7548ddc8..df31d453 100644
--- a/src/org/jitsi/impl/neomedia/device/MediaDeviceSession.java
+++ b/src/org/jitsi/impl/neomedia/device/MediaDeviceSession.java
@@ -1022,7 +1022,7 @@ protected List<Player> getPlayers()
     /**
      * Gets the JMF <tt>Processor</tt> which transcodes the <tt>MediaDevice</tt>
      * of this instance into the format of this instance. If the
-     * <tt>Processor</tt> question does not exist, the method will create it.
+     * <tt>Processor</tt> in question does not exist, the method will create it.
      * <p>
      * <b>Warning</b>: Because the method will unconditionally create the
      * <tt>Processor</tt> if it does not exist and because the creation of the
-- 
GitLab