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

trivial fix: Fixes some spelling errors

Signed-off-by: Dhanuka Warusadura <csx@tuta.io>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Dhanuka Warusadura
2022-04-18 16:39:35 +05:30
committed by Andreas Schneider
parent af9018ce13
commit 3084b2bc41
8 changed files with 15 additions and 15 deletions

View File

@@ -868,7 +868,7 @@ static int ssh_buffer_pack_allocate_va(struct ssh_buffer_struct *buffer,
va_arg(ap, bignum);
/*
* Use a fixed size for a bignum
* (they should normaly be around 32)
* (they should normally be around 32)
*/
needed_size += 64;
break;