From caa48c22d54008c24023a38b37424ed357ecd834 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Sun, 24 Mar 2013 04:52:23 -0500 Subject: [PATCH] spelling errors --- initramfs/initramfs_create | 2 +- livekitlib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index ace95b6..6fe610f 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -66,7 +66,7 @@ mknod $INITRAMFS/dev/tty4 c 4 4 #copy_including_deps /usr/bin/strace #copy_including_deps /usr/bin/lsof -# TODO: add all comon filesystems which are NOT compiled in kernel already +# TODO: add all common filesystems which are NOT compiled in kernel already copy_including_deps /$LMK/kernel/fs/squashfs copy_including_deps /$LMK/kernel/drivers/staging/zsmalloc # needed by zram copy_including_deps /$LMK/kernel/drivers/staging/zram diff --git a/livekitlib b/livekitlib index 8b4c2f0..4a9a1d0 100644 --- a/livekitlib +++ b/livekitlib @@ -181,7 +181,7 @@ init_aufs() { debug_log "init_aufs" "$*" # TODO maybe check here if aufs support is working at all - # and procude useful error message if user has no aufs + # and produce useful error message if user has no aufs modprobe aufs 2>/dev/null }