sailesh1993 / rpms / cloud-init

Forked from rpms/cloud-init a year ago
Clone
0688ef
From c90d5c11eb99ec25e0fd90585bad9283e60bda7e Mon Sep 17 00:00:00 2001
0688ef
From: Eduardo Otubo <otubo@redhat.com>
0688ef
Date: Tue, 26 Jan 2021 10:48:55 +0100
0688ef
Subject: [PATCH] fix a typo in man page cloud-init.1 (#752)
0688ef
0688ef
RH-Author: Eduardo Terrell Ferrari Otubo (eterrell)
0688ef
RH-MergeRequest: 39: fix a typo in man page cloud-init.1 (#752)
0688ef
RH-Commit: [1/1] d2f7efbc63a7928ef175ac0714053dba20aab01a (eterrell/cloud-init)
0688ef
RH-Bugzilla: 1913127
0688ef
0688ef
commit 48b2c5f16bd4ef754fef137ea19894908d4bf1db
0688ef
Author: Amy Chen <66719270+xiachen-rh@users.noreply.github.com>
0688ef
Date:   Wed Jan 6 22:37:02 2021 +0800
0688ef
0688ef
    fix a typo in man page cloud-init.1 (#752)
0688ef
0688ef
    1. fix a typo in cloud-init.1
0688ef
    2. add xiachen-rh as contributor
0688ef
0688ef
Conflict: We don't really use tools/.github-cla-signers, but had to fix
0688ef
a tiny conflict of already included names on the file.
0688ef
0688ef
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
0688ef
---
0688ef
 doc/man/cloud-init.1      | 2 +-
0688ef
 tools/.github-cla-signers | 1 +
0688ef
 2 files changed, 2 insertions(+), 1 deletion(-)
0688ef
0688ef
diff --git a/doc/man/cloud-init.1 b/doc/man/cloud-init.1
0688ef
index 9b52dc8d..3fde4148 100644
0688ef
--- a/doc/man/cloud-init.1
0688ef
+++ b/doc/man/cloud-init.1
0688ef
@@ -10,7 +10,7 @@ cloud-init \- Cloud instance initialization
0688ef
 Cloud-init provides a mechanism for cloud instance initialization.
0688ef
 This is done by identifying the cloud platform that is in use, reading
0688ef
 provided cloud metadata and optional vendor and user
0688ef
-data, and then intializing the instance as requested.
0688ef
+data, and then initializing the instance as requested.
0688ef
 
0688ef
 Generally, this command is not normally meant to be run directly by
0688ef
 the user. However, some subcommands may useful for development or
0688ef
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers
0688ef
index 802a35bd..e5d2b95c 100644
0688ef
--- a/tools/.github-cla-signers
0688ef
+++ b/tools/.github-cla-signers
0688ef
@@ -21,3 +21,4 @@ sshedi
0688ef
 TheRealFalcon
0688ef
 tomponline
0688ef
 tsanghan
0688ef
+xiachen-rh
0688ef
-- 
0688ef
2.18.4
0688ef