From 5370bfb123266ab5716f321e43d3f8f6da7d7143 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Sep 2009 02:58:59 +0200 Subject: documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) Signed-off-by: Denys Vlasenko --- archival/dpkg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archival/dpkg.c') diff --git a/archival/dpkg.c b/archival/dpkg.c index abeb16238..781f1bb03 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -493,7 +493,7 @@ static void free_package(common_node_t *node) } /* - * Gets the next package field from package_buffer, seperated into the field name + * Gets the next package field from package_buffer, separated into the field name * and field value, it returns the int offset to the first character of the next field */ static int read_package_field(const char *package_buffer, char **field_name, char **field_value) @@ -806,7 +806,7 @@ static void write_status_file(deb_file_t **deb_file) write_flag = FALSE; tmp_string = strstr(control_buffer, "Status:"); if (tmp_string != NULL) { - /* Seperate the status value from the control buffer */ + /* Separate the status value from the control buffer */ tmp_string += 7; tmp_string += strspn(tmp_string, " \n\t"); status_from_file = xstrndup(tmp_string, strcspn(tmp_string, "\n")); -- cgit v1.2.3