Xvnc typo in node property description string

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Trivial
    • Component/s: xvnc-plugin
    • None

      The following file has a typo in the node property description:

              @Override
              public String getDisplayName() {
                  return "Disable Xvnc execuion on this node";
              }
      

      should be : (missing a t in execution)

              @Override
              public String getDisplayName() {
                  return "Disable Xvnc execution on this node";
              }
      

            Assignee:
            Unassigned
            Reporter:
            Richard Lavoie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: