From 4656403d47fe5636c61594886aa5bfc9cbbf8509 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 29 Mar 2016 10:17:04 -0400 Subject: Some more minor tweaks to components --- BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java b/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java index 43d5919..3e284e6 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java +++ b/BJC-Utils2/src/main/java/bjc/utils/components/IComponentRepository.java @@ -24,7 +24,7 @@ public interface IComponentRepository { * Get all of the components this repository knows about * * @return A map from component name to component, containing all of - * the components in the repositorys + * the components in the repositories */ public Map getComponents(); -- cgit v1.2.3