Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
066e39d2
Commit
066e39d2
authored
Nov 05, 2016
by
Feram
Committed by
Adrian Sieber
Nov 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo occured
parent
c3b557f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
intellij-plugin/src/com/dropbox/djinni/ideaplugin/YamlLexer.java
...j-plugin/src/com/dropbox/djinni/ideaplugin/YamlLexer.java
+1
-1
intellij-plugin/src/com/dropbox/djinni/ideaplugin/_DjinniLexer.java
...lugin/src/com/dropbox/djinni/ideaplugin/_DjinniLexer.java
+1
-1
No files found.
intellij-plugin/src/com/dropbox/djinni/ideaplugin/YamlLexer.java
View file @
066e39d2
...
@@ -350,7 +350,7 @@ class YamlLexer implements FlexLexer {
...
@@ -350,7 +350,7 @@ class YamlLexer implements FlexLexer {
/**
/**
* Reports an error that occured while scanning.
* Reports an error that occur
r
ed while scanning.
*
*
* In a wellformed scanner (no or only correct usage of
* In a wellformed scanner (no or only correct usage of
* yypushback(int) and a match-all fallback rule) this method
* yypushback(int) and a match-all fallback rule) this method
...
...
intellij-plugin/src/com/dropbox/djinni/ideaplugin/_DjinniLexer.java
View file @
066e39d2
...
@@ -429,7 +429,7 @@ public class _DjinniLexer implements FlexLexer {
...
@@ -429,7 +429,7 @@ public class _DjinniLexer implements FlexLexer {
/**
/**
* Reports an error that occured while scanning.
* Reports an error that occur
r
ed while scanning.
*
*
* In a wellformed scanner (no or only correct usage of
* In a wellformed scanner (no or only correct usage of
* yypushback(int) and a match-all fallback rule) this method
* yypushback(int) and a match-all fallback rule) this method
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment