From 8ad92a08ea3623c859d3458963e6b5bca175e30b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 27 Oct 2010 07:57:38 +0200 Subject: [PATCH] Fixed a typo in a warning message. --- ChangeLog | 2 +- libisofs/joliet.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4f6827..8a79be8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ bzr branch lp:libisofs/for-libisoburn (to become libisofs-0.6.40.tar.gz) libisofs-0.6.38.tar.gz Sat Oct 23 2010 =============================================================================== * New API calls iso_write_opts_attach_jte() and iso_write_opts_detach_jte() - allow to use of libjte for jigdo production. + allow to use libjte for jigdo production. * New API call iso_write_opts_set_tail_blocks() for tail padding inside ISO image. * New API call iso_image_generator_is_running() to learn when the write thread diff --git a/libisofs/joliet.c b/libisofs/joliet.c index 3d4a248..6a6c4d9 100644 --- a/libisofs/joliet.c +++ b/libisofs/joliet.c @@ -248,7 +248,7 @@ int create_tree(Ecma119Image *t, IsoNode *iso, JolietNode **tree, int pathlen) char *ipath = iso_tree_get_node_path(iso); ret = iso_msg_submit(t->image->id, ISO_FILE_IGNORED, 0, "Can't add %s to Joliet tree. %s can only be added to a " - "Rock Ridget tree.", ipath, (iso->type == LIBISO_SYMLINK ? + "Rock Ridge tree.", ipath, (iso->type == LIBISO_SYMLINK ? "Symlinks" : "Special files")); free(ipath); }