From 0fe445a1c4ede4c0c73ab87820b5849fb198797f Mon Sep 17 00:00:00 2001
From: Martin Reinecke <martin@mpa-garching.mpg.de>
Date: Tue, 23 Jan 2018 15:21:36 +0100
Subject: [PATCH] small fixes

---
 docs/source/start.rst | 2 +-
 nifty4/__init__.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/start.rst b/docs/source/start.rst
index 5c90345c3..3523c975c 100644
--- a/docs/source/start.rst
+++ b/docs/source/start.rst
@@ -40,7 +40,7 @@ Unstructured spaces
 ...................
 
 There are domains (e.g. the data domain) which have no geometry associated to the individual data values.
-In NIFTy4 they are represented by the :py:class:`FieldArray` class, which is dreived from
+In NIFTy4 they are represented by the :py:class:`FieldArray` class, which is derived from
 :py:class:`DomainObject` and simply returns 1.0 as the volume element for every pixel and the total
 number of pixels as the total volume.
 
diff --git a/nifty4/__init__.py b/nifty4/__init__.py
index 68c51314d..c0df5e303 100644
--- a/nifty4/__init__.py
+++ b/nifty4/__init__.py
@@ -54,7 +54,7 @@ from . import library
 
 __all__= ["DomainObject", "FieldArray", "Space", "RGSpace", "LMSpace",
           "HPSpace", "GLSpace", "DOFSpace", "PowerSpace", "DomainTuple",
-          "LinearOperator", "EndomorphicOperator", "Scalingperator",
+          "LinearOperator", "EndomorphicOperator", "ScalingOperator",
           "DiagonalOperator", "FFTOperator", "FFTSmoothingOperator",
           "DirectSmoothingOperator", "ResponseOperator", "LaplaceOperator",
           "PowerProjectionOperator", "InversionEnabler",
-- 
GitLab