diff --git a/nifty/field.py b/nifty/field.py
index 909a546026d8527a1c9abe00360ae23dfd1de835..6053e71313fe180e071d4c1ec64dc5182668a12d 100644
--- a/nifty/field.py
+++ b/nifty/field.py
@@ -758,7 +758,7 @@ class Field(Loggable, Versionable, object):
         Returns
         -------
         out : tuple
-            The output object. The tuple contains the dimansions of the spaces
+            The output object. The tuple contains the dimensions of the spaces
             in domain.
 
         See Also