Skip to content

Commit 5c1d039

Browse files
authored
Merge pull request #121 from attritionorg/patch-1
fix typo
2 parents 4be00e7 + d810b93 commit 5c1d039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hermes_common/include/exceptions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ namespace Hermes
112112
NullException(unsigned int param_idx, unsigned int item_idx);
113113
/// \return index of null parameter.
114114
unsigned int get_param_idx() const;
115-
/// \return index of null item in array parameter. Returns -1 if bad parrameter is not array with null item.
115+
/// \return index of null item in array parameter. Returns -1 if bad parameter is not array with null item.
116116
unsigned int get_item_idx() const;
117117
virtual ~NullException() throw() {};
118118
NullException(const NullException & e);
@@ -265,4 +265,4 @@ namespace Hermes
265265
};
266266
}
267267
}
268-
#endif
268+
#endif

0 commit comments

Comments
 (0)