summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-07-03 19:14:42 +0300
committerPetr Vobornik <pvoborni@redhat.com>2015-07-17 14:33:30 +0200
commit75fde43491872d3e2f52e8a523af9e60486fd0e0 (patch)
treefa0a907aabfeba9a7ae66fadd5e7398cce37ab3f /install
parent9f701283534745bf93b41a1886183e9ef1d06566 (diff)
downloadfreeipa-75fde43491872d3e2f52e8a523af9e60486fd0e0.tar.gz
freeipa-75fde43491872d3e2f52e8a523af9e60486fd0e0.tar.xz
freeipa-75fde43491872d3e2f52e8a523af9e60486fd0e0.zip
Fix minor typos
<ame> -> <name> overriden -> overridden ablity -> ability enties -> entries the the -> the https://fedorahosted.org/freeipa/ticket/5109 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/ui/src/freeipa/_base/Singleton_registry.js2
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) {