From 16cd1b4647c9a23c3d3b717a746692528387ccfa Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 19 Jan 2019 14:05:46 -0300 Subject: [PATCH] fix typo some more typos --- lib/db/asociado.vala | 2 +- lib/db/ciudad.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/asociado.vala b/lib/db/asociado.vala index 78973fe..cd00567 100644 --- a/lib/db/asociado.vala +++ b/lib/db/asociado.vala @@ -125,7 +125,7 @@ JOIN region R2 ON (C2.id_region = R2.id_region) /** * Get all tuples and fields from database - * @param conn.db.The database conn.db.ction to use + * @param conn The database connection to use * @return Returns a list of Asociado based off a tour id */ public static List get_all_asociados_by_tour (Connection conn, Tour tour) throws PostgresError, DBError { diff --git a/lib/db/ciudad.vala b/lib/db/ciudad.vala index 6dcd7c8..dea6b5f 100644 --- a/lib/db/ciudad.vala +++ b/lib/db/ciudad.vala @@ -93,7 +93,7 @@ JOIN region R ON (C.id_region = R.id_region) /** * Get all tuples and fields from database that are within a certain region - * @param conn.db.The database conn.db.ction to use + * @param conn The database connection to use * @param region_id The id of the region to filter that results * @return Returns a list of Ciudad */