Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Documentation / video4linux / v4l2-framework.txt
index 3b15608ee0700029a2b816bb5a971059af603386..cf21f7aae976a903b43b7d12a69855acfef101e0 100644 (file)
@@ -343,7 +343,7 @@ ignored. If you want to check for errors use this:
        err = v4l2_device_call_until_err(v4l2_dev, 0, core, g_chip_ident, &chip);
 
 Any error except -ENOIOCTLCMD will exit the loop with that error. If no
-errors (except -ENOIOCTLCMD) occured, then 0 is returned.
+errors (except -ENOIOCTLCMD) occurred, then 0 is returned.
 
 The second argument to both calls is a group ID. If 0, then all subdevs are
 called. If non-zero, then only those whose group ID match that value will