修复方法名错别字

This commit is contained in:
lin
2025-03-12 15:02:32 +08:00
parent 4b7275d440
commit e0f9c93b0f
6 changed files with 13 additions and 10 deletions

View File

@@ -275,7 +275,7 @@ public class StreamInfo implements Serializable, Cloneable{
}
}
public void channgeStreamIp(String localAddr) {
public void changeStreamIp(String localAddr) {
if (this.flv != null) {
this.flv.setHost(localAddr);
}