Fix spelling

This commit is contained in:
Ghostkeeper 2018-07-25 16:48:32 +02:00
parent 6232f694c5
commit 1016564df0
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -369,8 +369,9 @@ class PrintInformation(QObject):
def baseName(self):
return self._base_name
## Created an acronymn-like abbreviated machine name from the currently active machine name
# Called each time the global stack is switched
## Created an acronym-like abbreviated machine name from the currently
# active machine name.
# Called each time the global stack is switched.
def _setAbbreviatedMachineName(self):
global_container_stack = self._application.getGlobalContainerStack()
if not global_container_stack: