[Red5commits] [1524] fixed typo

jbauch luke at codegent.com
Wed Jan 24 10:32:35 EST 2007


fixed typo


Timestamp: 11/07/06 11:57:24 EST (3 months ago) 
Change: 1524 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1524

Index: /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java
===================================================================
--- /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java (revision 1523)
+++ /java/server/trunk/src/org/red5/server/net/rtmp/RTMPHandler.java (revision 1524)
@@ -368,5 +368,5 @@
 							if (call instanceof IPendingServiceCall) {
 								StatusObject status = (StatusObject) getStatus(NC_CONNECT_REJECTED);
-								status.setDesciption("No scope \""+path+"\" on this server.");
+								status.setDescription("No scope \""+path+"\" on this server.");
 								((IPendingServiceCall) call).setResult(status);
 							}
@@ -383,5 +383,5 @@
 								if (call instanceof IPendingServiceCall) {
 									StatusObject status = (StatusObject) getStatus(NC_CONNECT_REJECTED);
-									status.setDesciption("No scope \""+path+"\" on this server.");
+									status.setDescription("No scope \""+path+"\" on this server.");
 									((IPendingServiceCall) call).setResult(status);
 								}
Index: /java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java
===================================================================
--- /java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java (revision 1406)
+++ /java/server/trunk/src/org/red5/server/net/rtmp/status/StatusObject.java (revision 1524)
@@ -69,5 +69,5 @@
 	}
 
-	public void setDesciption(String description) {
+	public void setDescription(String description) {
 		this.description = description;
 	}


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list