Skip to content

Commit

Permalink
OrcLib: SystemIdentity: fix typo on 'physical_memory'
Browse files Browse the repository at this point in the history
Was incorrectly displayed in outline
  • Loading branch information
jgautier-anssi authored and fabienfl-orc committed Nov 9, 2020
1 parent dce89de commit 54c3e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrcLib/SystemIdentity.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SystemIdentity
static HRESULT
MountedVolumes(const std::shared_ptr<StructuredOutput::IOutput>& writer, const LPCWSTR elt = L"mounted_volumes");
static HRESULT
PhysicalMemory(const std::shared_ptr<StructuredOutput::IOutput>& writer, const LPCWSTR elt = L"pysical_memory");
PhysicalMemory(const std::shared_ptr<StructuredOutput::IOutput>& writer, const LPCWSTR elt = L"physical_memory");
static HRESULT CPU(const std::shared_ptr<StructuredOutput::IOutput>& writer, const LPCWSTR elt = L"cpu");

static HRESULT
Expand Down

0 comments on commit 54c3e14

Please sign in to comment.