sailesh1993 / rpms / cloud-init

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