]])
# on Solaris, you can't mix and match standards, since we use c99
-# aparently at this stage, XOPEN_SOURCE will conflict. As workaround,
+# apparently at this stage, XOPEN_SOURCE will conflict. As workaround,
# check for crypt.h and use that without XOPEN_SOURCE.
have_crypt=no
AC_CHECK_HEADERS([crypt.h])
/*
* It evaluates to 1 if the attribute/feature is supported by the current
- * compilation targed. Fallback for old compilers.
+ * compilation target. Fallback for old compilers.
*/
#ifndef __has_attribute
#define __has_attribute(x) 0
#include "debug.h"
/*
- * Default behavior, may be overriden by terminal-colors.d/{enable,disable}.
+ * Default behavior, may be overridden by terminal-colors.d/{enable,disable}.
*/
#ifdef USE_COLORS_BY_DEFAULT
# define UL_COLORMODE_DEFAULT UL_COLORMODE_AUTO /* check isatty() */
dev = st.st_rdev;
goto done;
}
- name += 5; /* unaccesible, or not node in /dev */
+ name += 5; /* unaccessible, or not node in /dev */
}
_name = strdup(name);
* We know nothing about AIX on-disk structures. Everything what we know is the
* magic number at begin of the disk.
*
- * Note, Linux kernel is tring to be smart and AIX signature is ignored when
+ * Note, Linux kernel is trying to be smart and AIX signature is ignored when
* there is a valid DOS partitions table. We don't support such behavior. All
* fdisk-like programs has to properly wipe the fist sector. Everything other
* is a bug.
goto nothing;
}
- /* Another false possitive is NTFS */
+ /* Another false positive is NTFS */
if (blkid_probe_is_ntfs(pr) == 1) {
DBG(LOWPROBE, ul_debug("probably NTFS -- ignore"));
goto nothing;
if (scols_column_is_tree(cl) && has_groups(tb)) {
/* We don't fill buffer with groups tree ascii art during width
- * calcualtion. The print function only enlarge grpset[] and we
+ * calculation. The print function only enlarge grpset[] and we
* calculate final width from grpset_size.
*/
size_t gprwidth = tb->grpset_size + 1;
* from this software without specific prior written permission.
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#include <sys/param.h>
#include <stdio.h>
dnl
dnl Modifies $build_<name> variable according to $enable_<name> and OS type. The
dnl $enable_<name> could be "yes", "no" and "check". If build_<name> is "no" then
-dnl all checks are skiped.
+dnl all checks are skipped.
dnl
dnl The default <name> for $build_ and $enable_ could be overwrited by option $2.
dnl
dnl
dnl Modifies $build_<name> variable according to $enable_<name> and $host. The
dnl $enable_<name> could be "yes", "no" and "check". If build_<name> is "no" then
-dnl all checks are skiped.
+dnl all checks are skipped.
dnl
dnl The default <name> for $build_ and $enable_ could be overwrited by option $3.
dnl
dnl
dnl Modifies $build_<name> variable according to $enable_<name> and $host. The
dnl $enable_<name> could be "yes", "no" and "check". If build_<name> is "no" then
-dnl all checks are skiped.
+dnl all checks are skipped.
dnl
dnl The <arch> maybe a list, then at least one of the patterns in the list
dnl have to match.
dnl
dnl Modifies $build_<name> variable according to $enable_<name> and SYSCALL-TEST
dnl result. The $enable_<name> variable could be "yes", "no" and "check". If build_<name>
-dnl is "no" then all checks are skiped.
+dnl is "no" then all checks are skipped.
dnl
dnl Note that SYSCALL-TEST has to define $ul_cv_syscall_<name> variable, see
dnl also UL_CHECK_SYSCALL().
Be quiet - don't print anything.
.TP
.B "\-\-nofollow"
-Do not follow symbolic link if it the last elemnt of the
+Do not follow symbolic link if it the last element of the
.I directory
path.
.TP
ts_unlock "md"
ts_fdisk_clean $TS_DEVICE
-# substitue UUIDs and major/minor number before comparison
+# substitute UUIDs and major/minor number before comparison
sed -i \
-e 's/^\(ID_FS_UUID\)=.*/\1=__ts_uuid__/' \
-e 's/^\(ID_FS_UUID_ENC\)=.*/\1=__ts_uuid_enc__/' \
ts_is_mounted $DEVICE || ts_die "A) Cannot find $DEVICE in /proc/mounts"
$TS_CMD_UMOUNT $LINKNAME || ts_die "A) Cannot umount $LINKNAME"
-# varian B) -- disabled, the $TS_CMD_MOUNT is usually not a real program, but
+# variant B) -- disabled, the $TS_CMD_MOUNT is usually not a real program, but
# libtool wrapper and the real mount is exec()ed with
# LD_LIBRARY_PATH. This all is bad for suid programs...
ts_fstab_add "UUID=$UUID"
ts_udevadm_settle "$DEVICE" "UUID"
-# varian A)
+# variant A)
$TS_CMD_MOUNT $TS_MOUNTPOINT >> $TS_OUTPUT 2>> $TS_ERRLOG
ts_is_mounted $DEVICE || ts_die "A) Cannot find $DEVICE in /proc/mounts"
$TS_CMD_UMOUNT $DEVICE || ts_die "A) Cannot umount $DEVICE"
-# varian B)
+# variant B)
$TS_CMD_MOUNT -U $UUID >> $TS_OUTPUT 2>> $TS_ERRLOG
ts_is_mounted $DEVICE || ts_die "B) Cannot find $DEVICE in /proc/mounts"
$TS_CMD_UMOUNT $DEVICE || ts_die "B) Cannot umount $DEVICE"
-# varian C)
+# variant C)
$TS_CMD_MOUNT UUID=$UUID >> $TS_OUTPUT 2>> $TS_ERRLOG
ts_is_mounted $DEVICE || ts_die "C) Cannot find $DEVICE in /proc/mounts"
$TS_CMD_UMOUNT $DEVICE || ts_die "C) Cannot umount $DEVICE"
* from this software without specific prior written permission.
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
/* more.c - General purpose tty output filter and file perusal program
#!/bin/sh
#
-# This script checkd for #ifdef HAVE_DECL_SYMBOL in code.
+# This script checks for #ifdef HAVE_DECL_SYMBOL in code.
#
# Autoconf docs:
#