From 9c109453c9d4a021d2b3a78a74f290cc503dbb94 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Mon, 18 Jan 2016 10:19:17 +0000 Subject: [PATCH] Fixes typos Openstack -> OpenStack Occurances of Openstack (incorrect capitalization) are replaced with OpenStack Change-Id: I7f33060a2dd430cdd49aebf9420e3cd54d21c72c Closes-Bug: #1535246 --- api.py | 2 +- impl_vsctl.py | 2 +- native/commands.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api.py b/api.py index 5a217822..a690ffdd 100644 --- a/api.py +++ b/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Openstack Foundation +# Copyright (c) 2014 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/impl_vsctl.py b/impl_vsctl.py index e108a78b..89df8df7 100644 --- a/impl_vsctl.py +++ b/impl_vsctl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Openstack Foundation +# Copyright (c) 2014 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/native/commands.py b/native/commands.py index 23c2eae5..a21f2514 100644 --- a/native/commands.py +++ b/native/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Openstack Foundation +# Copyright (c) 2015 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain