From 2325f87389bf44f606deed88b95073a086027671 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 30 Dec 2019 09:07:41 -0500 Subject: [PATCH] Correct typo in header --- client-cli/cli_lib/ceph.py | 2 +- client-cli/cli_lib/network.py | 2 +- client-cli/cli_lib/vm.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client-cli/cli_lib/ceph.py b/client-cli/cli_lib/ceph.py index dd0cf684..7b800b2e 100644 --- a/client-cli/cli_lib/ceph.py +++ b/client-cli/cli_lib/ceph.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# ceph.py - PVC CLI client function library, Ceph cluster fuctions +# ceph.py - PVC CLI client function library, Ceph cluster functions # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018-2019 Joshua M. Boniface diff --git a/client-cli/cli_lib/network.py b/client-cli/cli_lib/network.py index 3ec366f4..8167f58d 100644 --- a/client-cli/cli_lib/network.py +++ b/client-cli/cli_lib/network.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# network.py - PVC CLI client function library, Network fuctions +# network.py - PVC CLI client function library, Network functions # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018-2019 Joshua M. Boniface diff --git a/client-cli/cli_lib/vm.py b/client-cli/cli_lib/vm.py index e6f37051..b88d2e65 100644 --- a/client-cli/cli_lib/vm.py +++ b/client-cli/cli_lib/vm.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# vm.py - PVC CLI client function library, VM fuctions +# vm.py - PVC CLI client function library, VM functions # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018-2019 Joshua M. Boniface