Skip to content

Commit

Permalink
Fix typos (#11163)
Browse files Browse the repository at this point in the history
Using codespell, some typos are found.

- encypted -> encrypted
- writter -> written (See http://xmlsoft.org/html/libxml-tree.html#xmlOutputBuffer)
- SYNOPSYS -> SYNOPSIS
  • Loading branch information
makenowjust authored Sep 7, 2021
1 parent a0eb3ab commit 7c879c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/crystal.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.Sh NAME
.Nm crystal
.Nd Compiler for the Crystal language.
.Sh SYNOPSYS
.Sh SYNOPSIS
.Nm
command
.Op switches
Expand Down
2 changes: 1 addition & 1 deletion src/openssl/cipher.cr
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class OpenSSL::Cipher
cipherinit
end

# Add the data to be encypted or decrypted to this cipher's buffer.
# Add the data to be encrypted or decrypted to this cipher's buffer.
def update(data)
slice = data.to_slice
buffer_length = slice.size + block_size
Expand Down
2 changes: 1 addition & 1 deletion src/xml/libxml2.cr
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ lib LibXML
xmlCharEncodingHandlerPtr : Void*
buffer : Void*
conv : Void*
writter : Int
written : Int
error : Int
end

Expand Down

0 comments on commit 7c879c8

Please sign in to comment.