[
https://issues.apache.org/jira/browse/PROTON-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216776#comment-16216776
]
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_r146538752
--- Diff: proton-c/bindings/ruby/lib/core/ssl.rb ---
@@ -126,25 +126,25 @@ def cipher_name
end
# Returns the name of the SSL protocol that is currently active, or
- # returns nil if SSL is nota ctive. Not that the protocol may change
over
- # time due to renegotation.
+ # returns nil if SSL is not active. Not that the protocol may change
over
+ # time due to renegotiation.
#
# @return [String, nil] The protocol name.
#
def protocol_name
rc, name = Cproton.pn_ssl_get_protocol_name(@impl, 128)
- retur name if rc
+ return name if rc
--- 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]