Changeset 3794 in MondoRescue


Ignore:
Timestamp:
Sep 8, 2023, 5:02:40 PM (8 months ago)
Author:
Bruno Cornec
Message:

comments

Location:
branches/3.3/mondo/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-tools.c

    r3790 r3794  
    313313}
    314314
    315 /*  compute the final options for bootable media, considering the comand and the boot type */
     315/*  compute the final options for bootable media, considering the command and the boot type */
    316316char *mr_compute_uefi_string(char *isofs_cmd) {
    317317
  • branches/3.3/mondo/src/lib/mr_str.c

    r3724 r3794  
    199199}
    200200
    201 /*  Subsitute the string token in the string in by the string subst */
     201/*  Subsitute the string "token" in the string "in" by the string "subst" */
    202202char *mr_str_substitute(const char *in, const char *token, const char *subst) {
    203203
Note: See TracChangeset for help on using the changeset viewer.