# HG changeset patch
# User Juuso Lapinlampi <wubthecaptain@gmail.com>
# Date 1545018305 0
#      Mon Dec 17 03:45:05 2018 +0000
# Node ID 83b44508db4dec61471565bd7fb85652393b93cd
# Parent  37a862bf69001cc311979720ba74dcaa792473b0
Fix a typo in Wadseeker API's usage documentation

Since Wadseeker 0.1, the API documentation on usage had a typo in a code
segment: "beacuse". The actual English word should be "because".

This fixes the typo.

Fixes: #3579

diff -r 37a862bf6900 -r 83b44508db4d src/wadseeker/wadseeker.h
--- a/src/wadseeker/wadseeker.h	Sat Oct 27 21:30:28 2018 +0200
+++ b/src/wadseeker/wadseeker.h	Mon Dec 17 03:45:05 2018 +0000
@@ -76,7 +76,7 @@
  *	ws.setPrimarySitesToDefault(); // Use the default list of sites
  *	ws.setTargetDirectory("./");
  *	QStringList listOfWads;
- *	listOfWads << "doom2.wad"; // This will be ignored beacuse of iwadNames
+ *	listOfWads << "doom2.wad"; // This will be ignored because of iwadNames
  *	listOfWads << "somemod.wad";
  *	listOfWads << "somemod.pk3";
  *	ws.seekWads(listOfWads);
