diff options
author | Andreas Schneider <asn@samba.org> | 2023-04-06 15:51:35 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2023-04-11 09:06:35 +0000 |
commit | 3c96f7d80e5f300aa5f53666a14bc9e02080969e (patch) | |
tree | e04dad4ad74d5e97a692642e738d242b0de46a99 /docs-xml/Samba-Developers-Guide | |
parent | 8f18fadd31d2be93234f37eac312cd87759022d0 (diff) | |
download | samba-3c96f7d80e5f300aa5f53666a14bc9e02080969e.tar.gz |
docs-xml: Fix spelling
Best reviewed with: `git show --word-diff`.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'docs-xml/Samba-Developers-Guide')
-rw-r--r-- | docs-xml/Samba-Developers-Guide/internals.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba-Developers-Guide/internals.xml b/docs-xml/Samba-Developers-Guide/internals.xml index 04097ae8270..b3fa5282e95 100644 --- a/docs-xml/Samba-Developers-Guide/internals.xml +++ b/docs-xml/Samba-Developers-Guide/internals.xml @@ -361,7 +361,7 @@ An adjustment which tells the amount by which pointers in the returned data should be adjusted. This value should be read with SVAL(). Basically, the address of the start of the returned data buffer should have the returned pointer value added to it and then have this value subtracted from it in -order to obtain the currect offset into the returned data buffer. +order to obtain the correct offset into the returned data buffer. </para></listitem> <listitem><para> |