VirtualBox

Changeset 106001 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Sep 10, 2024 11:15:32 AM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164747
Message:

doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help
files to improve readability, corrected some typos, and made various
other corrections.

src/VBox/*: Updated some comments and log messages for a variety of
source files to correct the spelling of 'suppress'. A few APIC files
and USB files use 'supress' in variable names or manifest constants but
those were not changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp

    r98103 r106001  
    748748        throw ConfigFileError(pElmOption, "Bad option name '%s': %Rrc", pszName, rc);
    749749
    750     /* The opional 'encoding' attribute: */
     750    /* The optional 'encoding' attribute: */
    751751    uint32_t u32Enc = 0;            /* XXX: DHCPOptionEncoding_Normal */
    752752    const char *pszEncoding;
     
    783783
    784784/**
    785  * Internal worker for parsing \<ForcedOption\> and \<SupressedOption\> elements
     785 * Internal worker for parsing \<ForcedOption\> and \<SupcressedOption\> elements
    786786 * found under /DHCPServer/Options/, /DHCPServer/Group/ and /DHCPServer/Config/.
    787787 *
     
    833833
    834834    /*
    835      * Forced and supressed options.
     835     * Forced and suppressed options.
    836836     */
    837837    bool const fForced = pElmChild->nameEquals("ForcedOption");
     
    11711171{
    11721172    /*
    1173      * The client typcially requests a list of options.  The list is subject to
    1174      * forced and supressed lists on each configuration level in a_rConfig.  To
     1173     * The client typically requests a list of options.  The list is subject to
     1174     * forced and suppressed lists on each configuration level in a_rConfig.  To
    11751175     * efficiently manage it without resorting to maps, the current code
    11761176     * assembles a C-style array of options on the stack that should be returned
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette