]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
unit-tests: Fix test_runner_run() apidoc
authorMartin Willi <martin@revosec.ch>
Wed, 29 Jan 2014 12:36:56 +0000 (13:36 +0100)
committerMartin Willi <martin@revosec.ch>
Wed, 29 Jan 2014 12:38:10 +0000 (13:38 +0100)
src/libstrongswan/tests/test_runner.h

index e2b1c7eac1648f6675caef5c7174714b2e64dcfa..643b622e5d34bb2c1d31124b1ab229fb9d68a2f3 100644 (file)
@@ -66,7 +66,7 @@ struct test_configuration_t {
  *
  * The configs array must be terminated with a NULL element.
  *
- * @oaran name                 name of test runner
+ * @param name                 name of test runner
  * @param config               test suite constructors with dependencies
  * @param init_cb              init/deinit callback
  * @return                             test result, EXIT_SUCCESS if all tests passed