diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/ui/src/freeipa/_base/Singleton_registry.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/_base/Singleton_registry.js b/install/ui/src/freeipa/_base/Singleton_registry.js index 18b0c420a..eca7898f5 100644 --- a/install/ui/src/freeipa/_base/Singleton_registry.js +++ b/install/ui/src/freeipa/_base/Singleton_registry.js @@ -54,7 +54,7 @@ define(['dojo/_base/declare', * * When an object is passed in, the function returns it. * - * @param {string|Object} type Type's name. Or the the object itself. + * @param {string|Object} type Type's name. Or the object itself. * @return {Object|null} */ get: function(type) { |