aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSahana Prasad <sahana@redhat.com>2021-05-17 09:43:08 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-05-27 13:45:47 +0200
commitcfd883196d5187ef033848204de068c7dca356e3 (patch)
tree0e52d85cce201654b4e524585702a129d7eaa755 /src
parentd2182bb7af28894245fe877b4bef7340c8b0a009 (diff)
downloadlibssh-cfd883196d5187ef033848204de068c7dca356e3.tar.gz
libssh-cfd883196d5187ef033848204de068c7dca356e3.tar.xz
libssh-cfd883196d5187ef033848204de068c7dca356e3.zip
Fixes typo in src/buffer.c
Signed-off-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index ce12f491..f309215a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -737,7 +737,7 @@ int ssh_buffer_get_u64(struct ssh_buffer_struct *buffer, uint64_t *data){
}
/**
- * @brief Valdiates that the given length can be obtained from the buffer.
+ * @brief Validates that the given length can be obtained from the buffer.
*
* @param[in] buffer The buffer to read from.
*