From 8bb1af99269010b7cf496eca0c7483d5aad79fb8 Mon Sep 17 00:00:00 2001
From: Florian Ruynat <florian234@hotmail.com>
Date: Mon, 16 Dec 2019 11:55:36 +0100
Subject: [PATCH] fix typo (#5452)

---
 inventory/sample/group_vars/all/oci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory/sample/group_vars/all/oci.yml b/inventory/sample/group_vars/all/oci.yml
index 67d569dbf..541d0e6c9 100644
--- a/inventory/sample/group_vars/all/oci.yml
+++ b/inventory/sample/group_vars/all/oci.yml
@@ -8,7 +8,7 @@
 # oci_vnc_id:
 # oci_subnet1_id:
 # oci_subnet2_id:
-## Overrideeeeeeee these default/optional behaviors if you wish
+## Override these default/optional behaviors if you wish
 # oci_security_list_management: All
 ## If you would like the controller to manage specific lists per subnet. This is a mapping of subnet ocids to security list ocids. Below are examples.
 # oci_security_lists:
-- 
GitLab