From: Joseph Sutton Date: Fri, 27 Oct 2023 00:00:42 +0000 (+1300) Subject: librpc:ndr: Fix code spelling X-Git-Tag: talloc-2.4.2~913 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83c68236526289a0e063b2a15fc3017f4c4e63e9;p=thirdparty%2Fsamba.git librpc:ndr: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/librpc/ndr/ndr_string.c b/librpc/ndr/ndr_string.c index 82a1a2b18f3..857972604b9 100644 --- a/librpc/ndr/ndr_string.c +++ b/librpc/ndr/ndr_string.c @@ -367,7 +367,7 @@ static uint32_t guess_string_array_size(struct ndr_pull *ndr, int ndr_flags) * Here we could do something clever like count the number of zeros in * the ndr data, but it is probably sufficient to pick a lowish number * (compared to the overhead of the talloc header) and let the - * expontential resizing deal with longer arrays. + * exponential resizing deal with longer arrays. */ return 5; }