AM_CONDITIONAL([HAVE_ECONF], [test "x$have_econf" = xyes])
AC_ARG_WITH([vendordir],
- AS_HELP_STRING([--with-vendordir=DIR], [Direcotry for distribution provided configuration files]),
+ AS_HELP_STRING([--with-vendordir=DIR], [Directory for distribution provided configuration files]),
[], []
)
AC_SUBST([vendordir], [$with_vendordir])
}
int print_device_pt(struct fdisk_context *cxt, char *device, int warnme,
- int verify, int seperator)
+ int verify, int separator)
{
if (fdisk_assign_device(cxt, device, 1) != 0) { /* read-only */
if (warnme || errno == EACCES)
return -1;
}
- if (seperator)
+ if (separator)
fputs("\n\n", stdout);
list_disk_geometry(cxt);
}
int print_device_freespace(struct fdisk_context *cxt, char *device, int warnme,
- int seperator)
+ int separator)
{
if (fdisk_assign_device(cxt, device, 1) != 0) { /* read-only */
if (warnme || errno == EACCES)
return -1;
}
- if (seperator)
+ if (separator)
fputs("\n\n", stdout);
list_freespace(cxt);
extern void list_freespace(struct fdisk_context *cxt);
extern char *next_proc_partition(FILE **f);
-extern int print_device_pt(struct fdisk_context *cxt, char *device, int warnme, int verify, int seperator);
-extern int print_device_freespace(struct fdisk_context *cxt, char *device, int warnme, int seperator);
+extern int print_device_pt(struct fdisk_context *cxt, char *device, int warnme, int verify, int separator);
+extern int print_device_freespace(struct fdisk_context *cxt, char *device, int warnme, int separator);
extern void print_all_devices_pt(struct fdisk_context *cxt, int verify);
extern void print_all_devices_freespace(struct fdisk_context *cxt);
/*
- * environ[] array cleanup code and getenv() wappers
+ * environ[] array cleanup code and getenv() wrappers
*
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
};
/*
- * Saves @name env.varable to @ls, returns pointer to the new head of the list.
+ * Saves @name env.variable to @ls, returns pointer to the new head of the list.
*/
static struct ul_env_list *env_list_add(struct ul_env_list *ls0, const char *str)
{
if (ul_path_read_u32(pc, &removable, "removable") != 0)
removable = 0;
- /* ingnore empty devices */
+ /* ignore empty devices */
if (!size)
goto next;
- /* accept removeable if only removable requested */
+ /* accept removable if only removable requested */
if (only_removable) {
if (!removable)
goto next;
<removed>1 2048 4095 2048 1M 83 Linux
-------------------
-Create 2st primary partition
+Create 2nd primary partition
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 20 |............... |
<removed>1 2048 4095 2048 1M 83 Linux
-------------------
-Create 2st primary partition
+Create 2nd primary partition
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 20 |............... |
<removed>1 2048 4095 2048 1M 83 Linux
-------------------
-Create 2st primary partition
+Create 2nd primary partition
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 20 |............... |
<removed>1 2048 4095 2048 1M 83 Linux
-------------------
-Create 2st primary partition
+Create 2nd primary partition
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 20 |............... |
<removed>1 2048 4095 2048 1M 83 Linux
-------------------
-Create 2st primary partition
+Create 2nd primary partition
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 20 |............... |
\e[7mSI\e(B\e[m
\e[4munder\e[24mline
flush
-\fafer flush
+\fafter flush
normal\e[2mdim\e(B\e[m
normaldimunderlined
normal
print_layout
-ts_log "Create 2st primary partition"
+ts_log "Create 2nd primary partition"
echo -e "${FDISK_CMD_CREATE_PRIMARY2}${FDISK_CMD_WRITE_CLOSE}" | \
$TS_CMD_FDISK ${TEST_IMAGE_NAME} &> /dev/null
$TS_CMD_HEXDUMP -C ${TEST_IMAGE_NAME} >> $TS_OUTPUT 2>> $TS_ERRLOG
SO\ e
SI\ f
u\b_n\b_d\b_e\b_r\b_line
-flush\fafer flush
+flush\fafter flush
normal\e9dim
normal\e8dimunderlined
normal\e7reverse
wchar_t **ents; /* input entries */
size_t nents; /* number of entries */
size_t maxlength; /* longest input record (line) */
- size_t maxncols; /* maximal numer of input columns */
+ size_t maxncols; /* maximal number of input columns */
unsigned int greedy :1,
json :1,