[Trivial] Fix typo in noop interface comment

Change-Id: I62ed49de0cb6a605defa6ad172704f66f753eede
This commit is contained in:
Arne Wiebalck 2019-01-25 10:51:02 +01:00
parent ab4778717b
commit 69d713d39f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"""
Dummy interface implementations for use as defaults with optional interfaces.
Note that unlike fake implementatios, these do not pass validation and raise
Note that unlike fake implementations, these do not pass validation and raise
exceptions for user-accessible actions.
"""