Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More typos fixes #1690

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

More typos fixes #1690

wants to merge 4 commits into from

Commits on Dec 2, 2024

  1. Typos fixes in drplacementcontrol[_controller].go

    Fix typos in comments, error messages and error name.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d6aac19 View commit details
    Browse the repository at this point in the history
  2. Fix typos in drpc and vrg apis

    Fix typos in comments included in generated crd:
    ramendr.openshift.io_drplacementcontrols.yaml
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c75852c View commit details
    Browse the repository at this point in the history
  3. Fix typo in progression constant

    Rename ProgressionCheckingFailoverPrequisites to ProgressionCheckingFailoverPrerequisites
    and update the progress message. This may break users hard-coding the
    progression text.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    df5665a View commit details
    Browse the repository at this point in the history
  4. Improve variable name

    The name `pn` is flagged as typo. Lets use a more clear name that makes
    the code more readable and keep the speller happy.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    02a72d8 View commit details
    Browse the repository at this point in the history