Fix documentation
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 1 May 2023 05:25:15 +0000 (07:25 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 1 May 2023 05:25:15 +0000 (07:25 +0200)
org.argeo.api.uuid/src/org/argeo/api/uuid/NoOpUuidFactory.java

index cca147e3fa71fe4ce85a432e720452d90251ef24..0867161624e0f6b940fd0df22261cf09bb3c7847 100644 (file)
@@ -3,11 +3,11 @@ package org.argeo.api.uuid;
 import java.util.UUID;
 
 /**
- * An {@link UuidFactory} which does not implement any algorith and returns
+ * An {@link UuidFactory} which does not implement any algorithm and returns
  * {@link UnsupportedOperationException} for methods requiring them. Only
  * {@link UuidFactory#get()} and {@link UuidFactory#randomUUID()} are
  * implemented, trivially based on {@link UUID#randomUUID()}. It can be useful
- * as a base class for partial implementations, or whren only random
+ * as a base class for partial implementations, or when only random
  * {@link UUID}s are needed, but one wants to integrate with this UUID API via
  * {@link UuidFactory}.
  */