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