m Typo fixed in response to comment.

Author:halw
Date:2010-12-31T15:28:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@720 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-12-31 15:28:51 +00:00
parent ef1441a95e
commit 689d77c925

View File

@@ -19,7 +19,7 @@ So, all preferences belong to a <eiffel>PREFERENCE_MANAGER</eiffel>. The manager
has_preferences: preferences /= Void
inserted_in_preferences: preferences.has_manager (namespace)
has_namespace: namespace /= Void
namesapce_valid: not a_namespace.is_empty
namespace_valid: not a_namespace.is_empty
end
</code>