freebsd-ports/sysutils/osquery/files/patch-osquery_remote_requests.h
Ryan Steinmetz 6efaeef862 New port: sysutils/osquery:
osquery exposes an operating system as a high-performance relational database.
This allows you to write SQL-based queries to explore operating system data.
With osquery, SQL tables represent abstract concepts such as running
processes, loaded kernel modules, open network connections, browser plugins,
hardware events or file hashes.

WWW: https://osquery.io/

Sponsored by:	Beer from wxs@
2015-05-10 15:19:11 +00:00

11 lines
384 B
C++

--- osquery/remote/requests.h.orig 2015-05-05 00:16:41 UTC
+++ osquery/remote/requests.h
@@ -152,7 +152,7 @@ class Serializer {
std::string& serialized) = 0;
/**
- * @brief Deerialize a property tree into a property tree
+ * @brief Deserialize a property tree into a property tree
*
* @param params A string of serialized parameters
*