[
https://issues.apache.org/jira/browse/PROTON-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216788#comment-16216788
]
ASF GitHub Bot commented on PROTON-1651:
----------------------------------------
Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/qpid-proton/pull/127#discussion_r146539425
--- Diff: proton-c/bindings/cpp/src/messaging_adapter.cpp ---
@@ -275,7 +275,7 @@ void on_transport_closed(messaging_handler& handler,
pn_event_t* event) {
// If the connection isn't open generate on_transport_open event
// because we didn't generate it yet and the events won't match.
pn_connection_t *conn = pn_event_connection(event);
- if (!conn || is_remote_unititialised(pn_connection_state(conn))) {
+ if (!conn || is_remote_uninitialized(pn_connection_state(conn))) {
--- End diff --
highlighting code change
> Run spellchecker on proton-c code
> ---------------------------------
>
> Key: PROTON-1651
> URL: https://issues.apache.org/jira/browse/PROTON-1651
> Project: Qpid Proton
> Issue Type: Task
> Affects Versions: proton-c-0.18.0
> Reporter: Jiri Daněk
> Priority: Minor
>
> I've noticed some typos. I believe systematic approach in trying to get rid
> of them is in order.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]