URL: https://github.com/freeipa/freeipa/pull/708
Author: Akasurde
 Title: #708: Minor typo in details.js
Action: opened

PR body:
"""
Fixes: https://pagure.io/freeipa/issue/6863

Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/708/head:pr708
git checkout pr708
From f8d2cf74e65695d601bbf6e3a15c0ec16f94bf8e Mon Sep 17 00:00:00 2001
From: Abhijeet Kasurde <akasu...@redhat.com>
Date: Tue, 11 Apr 2017 17:51:48 +0530
Subject: [PATCH] Minor typo in details.js

Fixes: https://pagure.io/freeipa/issue/6863

Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com>
---
 install/ui/src/freeipa/details.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/ui/src/freeipa/details.js b/install/ui/src/freeipa/details.js
index a38b3a3..af9d7c0 100644
--- a/install/ui/src/freeipa/details.js
+++ b/install/ui/src/freeipa/details.js
@@ -900,7 +900,7 @@ exp.details_facet = IPA.details_facet = function(spec, no_init) {
 
     /**
      * Takes url argument which is named arg_name and its value. Creates object
-     * from this infromation {arg_name: arg_name_value} and attach it as option
+     * from this information {arg_name: arg_name_value} and attach it as option
      * to command.
      *
      * @protected
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to