summaryrefslogtreecommitdiff
path: root/doc/source/reference/alignment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/alignment.rst')
-rw-r--r--doc/source/reference/alignment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/alignment.rst b/doc/source/reference/alignment.rst
index ebc8f353c..5e4315b38 100644
--- a/doc/source/reference/alignment.rst
+++ b/doc/source/reference/alignment.rst
@@ -67,7 +67,7 @@ There are 4 relevant uses of the word ``align`` used in numpy:
field alignment. In either case ``dtype.isalignedstruct`` is also set to
True.
* ``IsUintAligned`` is used to determine if an ndarray is "uint aligned" in
- an analagous way to how ``IsAligned`` checks for true-alignment.
+ an analogous way to how ``IsAligned`` checks for true-alignment.
Consequences of alignment
-------------------------