1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Fixes typo in src/buffer.c

Signed-off-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Sahana Prasad
2021-05-17 09:43:08 +02:00
committed by Andreas Schneider
parent d2182bb7af
commit cfd883196d

View File

@@ -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.
*