diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-01-13 18:08:53 +0100 |
|---|---|---|
| committer | Soren Hansen <soren@linux2go.dk> | 2011-01-13 18:08:53 +0100 |
| commit | 27480db8f9b9df08b69a00e1155c64e6590d79f3 (patch) | |
| tree | 8f9451fd3b60e5c55d5e4ca026c686780f3a25e1 | |
| parent | 373a0eb1de5f8457d5147f6957dcdd4f940f8943 (diff) | |
Spelling is hard. Typing even moreso.
| -rw-r--r-- | nova/virt/libvirt_conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt_conn.py b/nova/virt/libvirt_conn.py index b832907ce..f75371a7b 100644 --- a/nova/virt/libvirt_conn.py +++ b/nova/virt/libvirt_conn.py @@ -1065,7 +1065,7 @@ class IptablesFirewallDriver(FirewallDriver): if instance['id'] in self.instances: del self.instances[instance['id']] else: - LOG.info(_('Attempted to untiler instance %s which is not ' + LOG.info(_('Attempted to unfilter instance %s which is not ' 'filtered'), instance['id']) def add_instance(self, instance): |
