summaryrefslogtreecommitdiff
path: root/bin/swift-init
diff options
context:
space:
mode:
authorNguyen Hung Phuong <phuongnh@vn.fujitsu.com>2016-03-30 11:07:46 +0700
committerNguyen Hung Phuong <phuongnh@vn.fujitsu.com>2016-03-30 04:15:23 +0000
commit59bbe27fb0a40236108f09c9b3349e8faef0a95c (patch)
tree5618ef11f6a540186b848e78330eefd6ff3ede2d /bin/swift-init
parentc4bff88b09cb5ef6285a5cf49b7a3b6d3214824b (diff)
downloadswift-59bbe27fb0a40236108f09c9b3349e8faef0a95c.tar.gz
Fix typos in Swift files
Change-Id: I34e0c9a888127704ac1910e73ddd14e27ebade13
Diffstat (limited to 'bin/swift-init')
-rwxr-xr-xbin/swift-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/swift-init b/bin/swift-init
index 0fcbff570..c8e0aef5c 100755
--- a/bin/swift-init
+++ b/bin/swift-init
@@ -77,7 +77,7 @@ def main():
# SIGKILL daemon after kill_wait period
parser.add_option('--kill-after-timeout', dest='kill_after_timeout',
action='store_true',
- help="Kill daemon and all childs after kill-wait "
+ help="Kill daemon and all children after kill-wait "
"period.")
options, args = parser.parse_args()