Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bossiel committed Jan 15, 2013
1 parent 40367d9 commit 743930e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SIPml.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ SIPml.init = function (successCallback, errorCallback) {
// for now the plugins (WebRTC4all only works on Windows)
if (SIPml.s_system_friendly_name == 'win' || SIPml.s_system_friendly_name == 'windows') {
// Internet explorer
if (SIPml.s_navigator_friendly_name == 'Microsoft Internet Explorer') {
if (SIPml.s_navigator_friendly_name == 'ie') {
// Check for IE version
var rv = -1;
var ua = navigator.userAgent;
Expand Down
2 changes: 1 addition & 1 deletion docgen.index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h2>Send/receive SIP MESSAGE (SMS-like)</h2>
messageSession = <a href="docgen/symbols/SIPml.Stack.html#newSession">sipStack.newSession</a>('message', {
events_listener: { events: '*', listener: eventsListener } // optional: '*' means all events
});
callSession.<a href="docgen/symbols/SIPml.Session.Message.html#send">send</a>('johndoe', 'P&ecirc;che &agrave; la moule', 'text/plain;charset=utf-8');
messageSession.<a href="docgen/symbols/SIPml.Session.Message.html#send">send</a>('johndoe', 'P&ecirc;che &agrave; la moule', 'text/plain;charset=utf-8');
}
</code></pre>

Expand Down
Loading

0 comments on commit 743930e

Please sign in to comment.