Browse Source

Fixed typo in gatheringState()

Paul-Louis Ageneau 6 years ago
parent
commit
ae46162649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/icetransport.hpp

+ 1 - 1
src/icetransport.hpp

@@ -58,7 +58,7 @@ public:
 
 	Description::Role role() const;
 	State state() const;
-	GatheringState gyyatheringState() const;
+	GatheringState gatheringState() const;
 	Description getLocalDescription(Description::Type type) const;
 	void setRemoteDescription(const Description &description);
 	void gatherLocalCandidates();