run spellcheck

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5724 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-09-20 05:44:02 +00:00
parent be7455081a
commit e41b900c1f
1 changed files with 1 additions and 1 deletions

View File

@ -1881,7 +1881,7 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
}
displayname = tmp;
} else {
displayname = switch_strlen_zero(from_user) ? "unkonwn" : from_user;
displayname = switch_strlen_zero(from_user) ? "unknown" : from_user;
}
}