Skip to content

Commit af2d327

Browse files
authored
Merge pull request #47 from micwoj92/patch-5
fix typos
2 parents 297a202 + 34efe8d commit af2d327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

thirdparty/clang/include/llvm/Support/MachO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include "llvm/Support/DataTypes.h"
1818

19-
// NOTE: The enums in this file are intentially named to be different than those
19+
// NOTE: The enums in this file are intentionally named to be different than those
2020
// in the headers in /usr/include/mach (on darwin systems) to avoid conflicts
2121
// with those macros.
2222
namespace llvm {

vgui2/vgui_controls/ImageList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
using namespace vgui;
1717

1818
//-----------------------------------------------------------------------------
19-
// Purpose: blank image, intentially draws nothing
19+
// Purpose: blank image, intentionally draws nothing
2020
//-----------------------------------------------------------------------------
2121
class BlankImage : public IImage
2222
{

0 commit comments

Comments
 (0)