#806: Fixed typo. (Mark Purcell)
This commit is contained in:
parent
6bfd267f63
commit
3153aab461
@ -28,7 +28,7 @@
|
||||
# for Iptc Time values it is HH:MM:SS±HH:MM where HH:MM:SS refers to local
|
||||
# hour, minute and seconds and ±HH:MM refers to hours and minutes ahead or
|
||||
# behind Universal Coordinated Time.
|
||||
# A default type is used if none is explicitely given. The default type is
|
||||
# A default type is used if none is explicitly given. The default type is
|
||||
# determined based on the key.
|
||||
# value
|
||||
# The remaining text on the line is the value. It can optionally be enclosed
|
||||
|
||||
@ -377,7 +377,7 @@ for IPTC keys, and
|
||||
.B XmpText | XmpAlt | XmpBag | XmpSeq | LangAlt
|
||||
for XMP keys.
|
||||
.sp 1
|
||||
A default \fItype\fP is used if none is explicitely given. The default
|
||||
A default \fItype\fP is used if none is explicitly given. The default
|
||||
is determined based on \fIkey\fP.
|
||||
.TP
|
||||
.I value
|
||||
|
||||
@ -57,7 +57,7 @@ struct ModifyCmd {
|
||||
std::string key_; //!< Exiv2 key string
|
||||
MetadataId metadataId_; //!< Metadata identifier
|
||||
Exiv2::TypeId typeId_; //!< Exiv2 type identifier
|
||||
//! Flag to indicate if the type was explicitely specified (true)
|
||||
//! Flag to indicate if the type was explicitly specified (true)
|
||||
bool explicitType_;
|
||||
std::string value_; //!< Data
|
||||
};
|
||||
|
||||
@ -1110,7 +1110,7 @@ namespace Exiv2 {
|
||||
}
|
||||
// Allocated memory is freed when the namespace is unregistered.
|
||||
// Using malloc/free for better system compatibility in case
|
||||
// users don't unregister their namespaces explicitely.
|
||||
// users don't unregister their namespaces explicitly.
|
||||
XmpNsInfo xn;
|
||||
char* c = static_cast<char*>(std::malloc(ns2.size() + 1));
|
||||
std::strcpy(c, ns2.c_str());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user