Fix doxygen string in core.h causing make docs to fail (#2585)

This commit is contained in:
Zachary Wasserman 2016-10-02 16:52:44 -07:00 committed by Nick Anderson
parent b69981584f
commit 6e7c1cdf32

View File

@ -148,7 +148,7 @@ extern const std::string kVersion;
extern const std::string kSDKVersion;
/**
* @breif Compare osquery SDK/extenion/core version strings.
* @brief Compare osquery SDK/extenion/core version strings.
*
* SDK versions are in major.minor.patch-commit-hash form. We provide a helper
* method for performing version comparisons to allow gating and compatibility