Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Apr 22, 2024
1 parent ecc7f52 commit f23d1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zip_source_get_dostime.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
zip_source_get_dostime.c -- get modification time in DOS format from source
Copyright (C) 2025 Dieter Baron and Thomas Klausner
Copyright (C) 2024 Dieter Baron and Thomas Klausner
This file is part of libzip, a library to manipulate ZIP archives.
The authors can be contacted at <[email protected]>
Expand Down Expand Up @@ -34,7 +34,7 @@

#include "zipint.h"

/* Returns -1 on error, 0 on no dostime avaialable, 1 for dostime returned */
/* Returns -1 on error, 0 on no dostime available, 1 for dostime returned */
ZIP_EXTERN int
zip_source_get_dos_time(zip_source_t *src, zip_dostime_t *dos_time) {
if (src->source_closed) {
Expand Down

0 comments on commit f23d1cc

Please sign in to comment.