Witness: fix whitespace
[metze/wireshark/wip.git] / ws80211_utils.c
index 80399936d232ff3767ea604d3b36033e39472eb6..8025e03f26ec16080161dab3e73ae4656ef59f00 100644 (file)
@@ -24,7 +24,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */
 
-#include <config.h>
+#include "config.h"
 
 #include <stdio.h>
 
@@ -313,7 +313,7 @@ static int get_freq_wext(const char *ifname)
 {
        int fd;
        int ret = -1;
-       /* Ugly hack to avoid incuding wireless.h */
+       /* Ugly hack to avoid including wireless.h */
        struct {
                char name1[IFNAMSIZ];
                __s32 m;