From 75fde43491872d3e2f52e8a523af9e60486fd0e0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 3 Jul 2015 19:14:42 +0300 Subject: Fix minor typos -> overriden -> overridden ablity -> ability enties -> entries the the -> the https://fedorahosted.org/freeipa/ticket/5109 Reviewed-By: Petr Vobornik Reviewed-By: Christian Heimes --- install/ui/src/freeipa/_base/Singleton_registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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) { -- cgit