From 462a40c24fdc49f454419d438088a6bc2ba0fdd1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Aug 2018 18:13:22 -0400 Subject: librechroot: Fix typo in a comment --- src/chroot-tools/librechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 3ad651d..8167793 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -464,7 +464,7 @@ main() { ######################################################################## case "$mode" in - # Creat/copy/delete + # Create/copy/delete noop|make|sync) :;; delete) if [[ -d $copydir ]]; then -- cgit v1.2.2