From c9c0fbfe42e1ff03beff3ae49f73415cee152de0 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 13 Jan 2020 14:45:15 +0200 Subject: [PATCH] [#1074] minor changes --- src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc index 2dc19bd657..27eb089f2e 100644 --- a/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc +++ b/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc @@ -154,7 +154,7 @@ public: /// /// This test checks if the PgSqlHostDataSource can be instantiated. This happens /// only if the database can be opened. Note that this is not part of the -/// PgSqlHostMgr test fixure set. This test checks that the database can be +/// PgSqlHostMgr test fixture set. This test checks that the database can be /// opened: the fixtures assume that and check basic operations. TEST(PgSqlHostDataSource, OpenDatabase) { // Schema needs to be created for the test to work.