| Summary: | [PATCH] Fix minor typo: swith -> switch | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Yuri Chornoivan <yurchor> | ||||
| Component: | libvirt-sandbox | Assignee: | Libvirt Maintainers <libvirt-maint> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | crobinso | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-29 18:40:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Thanks, pushed now
commit 3f9208beb85728357db7fa25e42799252475bf2c
Author: Yuri Chornoivan <yurchor>
Date: Fri Apr 29 21:30:49 2016 +0300
Fix minor typo
|
Created attachment 1152371 [details] Patch to fix the typo Description of problem: virt-sandbox.c contains typo: swith Version-Release number of selected component (if applicable): git/master How reproducible: always Steps to Reproduce: 1. Open virt-sandbox.c 2. Search for "swith" Actual results: 2 matches found Expected results: 0 matches Additional info: Thanks for fixing this typo.