From: Andreas Schneider Date: Tue, 6 Jun 2023 11:04:46 +0000 (+0200) Subject: pidl: Fix code spelling X-Git-Tag: talloc-2.4.1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=535617a840d24c4502e52c0eae192df5f2dd00f7;p=thirdparty%2Fsamba.git pidl: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/pidl/lib/Parse/Pidl/ODL.pm b/pidl/lib/Parse/Pidl/ODL.pm index 12f869c662e..0943f3a8f87 100644 --- a/pidl/lib/Parse/Pidl/ODL.pm +++ b/pidl/lib/Parse/Pidl/ODL.pm @@ -1,5 +1,5 @@ ########################################## -# Converts ODL stuctures to IDL structures +# Converts ODL structures to IDL structures # (C) 2004-2005, 2008 Jelmer Vernooij package Parse::Pidl::ODL; diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm index 03a901cc24d..6eb59a0557e 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -470,14 +470,14 @@ sub PythonFunctionStruct($$$$) $self->indent; # This creates a new, zeroed C structure and python object. - # Thse may not be valid or sensible values, but this is as + # These may not be valid or sensible values, but this is as # well as we can do. $self->pidl("PyObject *self = pytalloc_new($cname, type);"); # If there are any children that are ref pointers, we need to # allocate something for them to point to just as the pull - # routine will when parsing the stucture from NDR. + # routine will when parsing the structure from NDR. # # We then make those pointers point to zeroed memory #