summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-15 18:13:22 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-15 18:13:22 -0400
commit462a40c24fdc49f454419d438088a6bc2ba0fdd1 (patch)
tree0d34546af11cd216f076b143dc813182fee9d877
parent5aa63654b8bd9f4d64967b9e77ba9d6f72f4f6e2 (diff)
librechroot: Fix typo in a comment
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
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