Skip to content

fix: correct typo 'Disposible' -> 'Disposable'#7605

Open
William-Laverty wants to merge 1 commit intoutmapp:mainfrom
William-Laverty:fix/typo-disposable
Open

fix: correct typo 'Disposible' -> 'Disposable'#7605
William-Laverty wants to merge 1 commit intoutmapp:mainfrom
William-Laverty:fix/typo-disposable

Conversation

@William-Laverty
Copy link

Summary

Closes #7557

Fixed the spelling of Disposible to Disposable throughout the codebase.

Changes

This PR corrects the typo in 11 files:

  • Intents/UTMActionIntent.swift
  • Platform/Shared/VMContextMenuModifier.swift
  • Platform/iOS/VMSessionState.swift
  • Platform/macOS/Display/VMDisplayQemuDisplayController.swift
  • Platform/macOS/UTMMenuBarExtraScene.swift
  • Remote/UTMRemoteSpiceVirtualMachine.swift
  • Scripting/UTMScriptingVirtualMachineImpl.swift
  • Services/UTMAppleVirtualMachine.swift
  • Services/UTMQemuVirtualMachine.swift
  • Services/UTMSpiceVirtualMachine.swift
  • Services/UTMVirtualMachine.swift

Note

This renames public API symbols. If backward compatibility is needed, deprecation aliases could be added.

Fixed spelling of 'Disposible' to 'Disposable' throughout the codebase.

Files changed:
- Intents/UTMActionIntent.swift
- Platform/Shared/VMContextMenuModifier.swift
- Platform/iOS/VMSessionState.swift
- Platform/macOS/Display/VMDisplayQemuDisplayController.swift
- Platform/macOS/UTMMenuBarExtraScene.swift
- Remote/UTMRemoteSpiceVirtualMachine.swift
- Scripting/UTMScriptingVirtualMachineImpl.swift
- Services/UTMAppleVirtualMachine.swift
- Services/UTMQemuVirtualMachine.swift
- Services/UTMSpiceVirtualMachine.swift
- Services/UTMVirtualMachine.swift

Closes utmapp#7557
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo: Disposible should be Disposable.

1 participant