~librecad-dev/librecad-dev/trunk

« back to all changes in this revision

Viewing changes to libraries/libdxfrw/src/drw_base.h

  • Committer: Scott Howard
  • Date: 2016-12-29 06:00:07 UTC
  • Revision ID: showard@debian.org-20161229060007-bj7f7aht0avrkp56
Cron update. Git hash: 85ec2ef

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
BAD_UNKNOWN,          /*!< UNKNOWN. */
84
84
BAD_OPEN,             /*!< error opening file. */
85
85
BAD_VERSION,          /*!< unsupported version. */
86
 
BAD_READ_METADATA,    /*!< error reading matadata. */
 
86
BAD_READ_METADATA,    /*!< error reading metadata. */
87
87
BAD_READ_FILE_HEADER, /*!< error in file header read process. */
88
88
BAD_READ_HEADER,      /*!< error in header vars read process. */
89
89
BAD_READ_HANDLES,     /*!< error in object map read process. */
287
287
//! Class to convert between line width and integer
288
288
/*!
289
289
*  Class to convert between line width and integer
290
 
*  verifing valid values, if value is not valid
 
290
*  verifying valid values, if value is not valid
291
291
*  returns widthDefault.
292
292
*  @author Rallaz
293
293
*/