summaryrefslogtreecommitdiff
path: root/src/history.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-17 14:47:41 +0100
committerjcid <devnull@localhost>2007-11-17 14:47:41 +0100
commitdfd741a2a60c8013cf96666bb9f24408b863790e (patch)
tree3cd8aac285423bec9f37daaef318b0544b1211be /src/history.c
parent1a09cec70152b4836a20cd8a0d914f62b290fae2 (diff)
- s/camp/field/ s/CAMP/FIELD/
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/history.c b/src/history.c
index 4a02a79f..f9d35ba7 100644
--- a/src/history.c
+++ b/src/history.c
@@ -63,7 +63,7 @@ int a_History_set_title(int idx, const char *title)
}
/*
- * Return the DilloUrl camp (by index)
+ * Return the DilloUrl field (by index)
*/
DilloUrl *a_History_get_url(int idx)
{
@@ -73,7 +73,7 @@ DilloUrl *a_History_get_url(int idx)
}
/*
- * Return the title camp (by index)
+ * Return the title field (by index)
* ('force' returns URL_STR when there's no title)
*/
const char *a_History_get_title(int idx, int force)
@@ -89,7 +89,7 @@ const char *a_History_get_title(int idx, int force)
}
/*
- * Return the title camp (by url)
+ * Return the title field (by url)
* ('force' returns URL_STR when there's no title)
*/
const char *a_History_get_title_by_url(const DilloUrl *url, int force)