Correct typo in header
This commit is contained in:
parent
0671a81aa2
commit
2325f87389
|
@ -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 <joshua@boniface.me>
|
||||
|
|
|
@ -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 <joshua@boniface.me>
|
||||
|
|
|
@ -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 <joshua@boniface.me>
|
||||
|
|
Loading…
Reference in New Issue